View source: R/config.R View source: R/config.R
build_default_variable_list | R Documentation |
Build default binaries config
Build default references
build_default_variable_list(
def_args = list(subtypes = list(overwrite = NULL, verbose = NULL, rmode = NULL,
threads = NULL, await = NULL, lic_dir = "path", batch_cfg = NULL, preserve = NULL,
compl = NULL, rds = NULL, work_dir = "path", output_dir = "path"), types =
list(overwrite = "logical", verbose = "logical", rmode = "character", threads =
"double", await = "logical", lic_dir = "character", batch_cfg = "character", preserve
= "character", compl = "character", rds = "list", work_dir = "character", output_dir
= "character"))
)
build_default_variable_list(
def_args = list(subtypes = list(overwrite = NULL, verbose = NULL, rmode = NULL,
threads = NULL, await = NULL, lic_dir = "path", batch_cfg = NULL, preserve = NULL,
compl = NULL, rds = NULL, work_dir = "path", output_dir = "path"), types =
list(overwrite = "logical", verbose = "logical", rmode = "character", threads =
"double", await = "logical", lic_dir = "character", batch_cfg = "character", preserve
= "character", compl = "character", rds = "list", work_dir = "character", output_dir
= "character"))
)
variables |
List with variable names |
arg_types |
List with reference files |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.