Description Usage Arguments Examples
Change the name of an object. Uses standard evaluation (SE) to capture to change the name of an object given character vectors for the current name of an object and the desired name.
1 | changeObjectName_(oldObj, newObj, overwriteExisting = TRUE)
|
oldObj |
the object that should have its name changed |
newObj |
the new name of the object |
overwriteExisting |
TRUE by default, should the function overwrite existing objects with the name newObj? |
1 2 | jake <- c(5, 6, 7)
changeObjectName("jake", "john")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.