View source: R/batch_management.R
| setBatch | R Documentation | 
Switch to Existing Processing Batch
setBatch(
  batch_id = NULL,
  batches_dir = NULL,
  suppress_load_parameters = FALSE,
  verbose = TRUE
)
| batch_id | Character string. Unique ID of an existing processing batch. | 
| batches_dir | Directory where batch-specific directories are saved. By default (NULL), looks in NEONMICROBE_DIR_BATCHES(). | 
| suppress_load_parameters | Default FALSE. If TRUE, does not attempt to load parameters into the batch environment. Intended for use in newBatch() | 
| verbose | Default TRUE. Whether to print message confirming that batch has been set. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.