sims_copy {sims} | R Documentation |
Copy Simulated Datasets
Description
Copy Simulated Datasets
Usage
sims_copy(
path_from = ".",
path_to = paste0(path_from, "_copy"),
exists = FALSE,
ask = getOption("sims.ask", TRUE),
silent = FALSE
)
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 |
ask |
A flag specifying whether to ask before deleting files. |
silent |
A flag specifying whether to suppress warnings. |
Value
A character vector of the names of the files copied.
[Package sims version 0.0.3 Index]