rename_tag.Rd
Rename a tag found in user's collection.
rename_tag(api_token = Sys.getenv("API_TOKEN"), old, new)
api auth token.
(chr) Tag to be renamed.
(chr) New tag
TRUE if successful, error message otherwise.