setName {crunch} | R Documentation |
Change the name of the current folder
Description
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.
Usage
setName(object, nm)
Arguments
object |
A |
nm |
A character that is the new name the folder should have |
Value
object
, with its name duly changed
See Also
Examples
## Not run:
ds <- ds %>%
cd("Demographics") %>%
setName("Key Demos.")
## End(Not run)
[Package crunch version 1.30.4 Index]