saveParams: Save Processing Parameters to File

View source: R/batch_management.R

saveParamsR Documentation

Save Processing Parameters to File

Description

Saves neonMicrobe processing parameters from a specified environment to a specified file, usually associated with a processing batch.

Usage

saveParams(params_file = NULL, env = NULL, verbose = TRUE)

Arguments

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.


claraqin/neonMicrobe documentation built on April 11, 2024, 11:47 a.m.