Copy Simulated Datasets
Arguments
- path_from
A string of the path to the directory containing the simulated datasets.
- path_to
A string of the path to the directory to copy the simulated dataset to.
- exists
A flag specifying whether
path_to
should already exist. Ifexists = NA
it doesn't matter. If the directory already exists sims compatible files are deleted ifexists = TRUE
orexists = NA
otherwise an error is thrown.- ask
A flag specifying whether to ask before deleting files.
- silent
A flag specifying whether to suppress warnings.