copyFolders {crunch} | R Documentation |
Copy the folder structure from one dataset to another.
Description
Copy the folder structure from one dataset to another.
Usage
copyFolders(source, target)
Arguments
source |
the dataset you want to copy the order from |
target |
the dataset you want to copy the order to |
Value
returns the target dataset with source's folder structure
Examples
## Not run:
ds <- copyFolders(ds1, ds)
## End(Not run)
[Package crunch version 1.30.4 Index]