setBatch: Switch to Existing Processing Batch

View source: R/batch_management.R

setBatchR Documentation

Switch to Existing Processing Batch

Description

Switch to Existing Processing Batch

Usage

setBatch(
  batch_id = NULL,
  batches_dir = NULL,
  suppress_load_parameters = FALSE,
  verbose = TRUE
)

Arguments

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.


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