R/utils.R
collect_run_ndr.Rd
Create native python script and move input files to a clean directory
collect_run_ndr(
args,
out_dir = "workspace_temp",
symlink = FALSE,
conda_path = NULL,
conda_env = NULL
)
named list of ndr arguments
path to temporary working directory
symlink input files? FALSE copies files instead
optional. path to conda executable
optional. path to conda environment
if (FALSE) {
unlink("workspace_temp", recursive = TRUE)
collect_run_ndr(ndr_testdata_args())
collect_run_ndr(ndr_testdata_args(), symlink = TRUE)
}