crunch (version 1.30.4)

copyFolders: Copy the folder structure from one dataset to another.

Description

Copy the folder structure from one dataset to another.

Usage

copyFolders(source, target)

Value

returns the target dataset with source's folder structure

Arguments

source

the dataset you want to copy the order from

target

the dataset you want to copy the order to

Examples

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

Run the code above in your browser using DataLab