powered by
Copy the folder structure from one dataset to another.
copyFolders(source, target)
returns the target dataset with source's folder structure
the dataset you want to copy the order from
the dataset you want to copy the order to
if (FALSE) { ds <- copyFolders(ds1, ds) }
Run the code above in your browser using DataLab