View source: R/batch_management.R
saveParams | R Documentation |
Saves neonMicrobe processing parameters from a specified environment to a specified file, usually associated with a processing batch.
saveParams(params_file = NULL, env = NULL, verbose = TRUE)
params_file |
(Optional) Filepath to R script in which the environment will be saved as text of name-value assignments (e.g. x = 1). By default, uses file path in the current batch directory called "params.R". |
env |
Environment containing parameters to be saved. By default (NULL), searches for current processing batch environment. If found, saves parameters from there. |
verbose |
Default TRUE. Whether to print message confirming that parameters were saved. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.