collect_run_ndr | R Documentation |
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 )
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 |
## Not run: unlink("workspace_temp", recursive = TRUE) collect_run_ndr(ndr_testdata_args()) collect_run_ndr(ndr_testdata_args(), symlink = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.