| goose_rename | R Documentation |
Rename an item in gooseR memory
goose_rename(old_name, new_name, category = "general")
old_name |
Character string, current name |
new_name |
Character string, new name |
category |
Character string, category of the item |
Logical, TRUE if successful
## Not run:
goose_rename("old_analysis", "final_analysis", category = "results")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.