Find and move entities to a new folder
Find and move entities to a new folder
folder(x) folder(x) <- value
x |
For |
value |
For assignment, a character "path" to the folder: either a vector of nested folder names or a single string with nested folders separated by a delimiter ("/" default) |
folder returns the parent folder of x, or NULL if the x is the root
level. folder<- returns the
x input, having been moved to the requested location.
## Not run:
ds <- loadDataset("Example survey")
folder(ds$income) <- "Demographics/Economic"
folder(ds$income)
## [1] "Demographics" "Economic"
## End(Not run)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.