Copy the folder structure from one dataset to another.

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

if (FALSE) {
ds <- copyFolders(ds1, ds)
}