Change the name of the current folder
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
## Not run: ds <- ds %>% cd("Demographics") %>% setName("Key Demos.") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.