crunch (version 1.27.7)

copyFolders: 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

Run this code
# NOT RUN {
ds <- copyFolders(ds1, ds)
# }

Run the code above in your browser using DataLab