Rename a tag found in user's collection.

rename_tag(api_token = Sys.getenv("API_TOKEN"), old, new)

Arguments

api_token

api auth token.

old

(chr) Tag to be renamed.

new

(chr) New tag

Value

TRUE if successful, error message otherwise.