copyFolders | R Documentation |
Copy the folder structure from one dataset to another.
copyFolders(source, target)
source |
the dataset you want to copy the order from |
target |
the dataset you want to copy the order to |
returns the target dataset with source's folder structure
## Not run:
ds <- copyFolders(ds1, ds)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.