collect_run_ndr: Create native python script and move input files to a clean...

View source: R/utils.R

collect_run_ndrR Documentation

Create native python script and move input files to a clean directory

Description

Create native python script and move input files to a clean directory

Usage

collect_run_ndr(
  args,
  out_dir = "workspace_temp",
  symlink = FALSE,
  conda_path = NULL,
  conda_env = NULL
)

Arguments

args

named list of ndr arguments

out_dir

path to temporary working directory

symlink

symlink input files? FALSE copies files instead

conda_path

optional. path to conda executable

conda_env

optional. path to conda environment

Examples

## Not run: 
unlink("workspace_temp", recursive = TRUE)
collect_run_ndr(ndr_testdata_args())
collect_run_ndr(ndr_testdata_args(), symlink = TRUE)

## End(Not run)

jsta/rinvest documentation built on March 17, 2023, 6:15 a.m.