setName | R Documentation |
If you just need to change the name of the folder you are currently in, you
can use setName()
. It doesn't move variables or change anything
other than the name of the current folder.
setName(object, nm)
object |
A |
nm |
A character that is the new name the folder should have |
object
, with its name duly changed
cd()
and mv()
## Not run:
ds <- ds %>%
cd("Demographics") %>%
setName("Key Demos.")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.