Description Usage Arguments Author(s) References Examples
Renames an object in the workspace, "removing" the orinal object. This does so without creating a copy of the original object. If an object in the workspace currently exists with the new name specified, the function prompts the user to verify that they want to overwrite that object before proceeding.
1 | mv(currentName, newName)
|
currentName |
The current name of the object |
newName |
The new name for the object |
Rolf Turner
A good amount of discussion on when R makes a copy in memory in this discussion thread: https://stat.ethz.ch/pipermail/r-help/2008-March/156028.html.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.