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