getBatch: Get Current Processing Batch ID

View source: R/batch_management.R

getBatchR Documentation

Get Current Processing Batch ID

Description

Get the unique ID of the current processing batch.

Usage

getBatch(verbose = FALSE)

Arguments

verbose

Default FALSE. If TRUE, returns information about the current processing batch.

Value

Character. Unique ID of the current processing batch.

Examples

getBatch() # "xyz"
getBatch(verbose = TRUE) # "xyz", and table containing info about batch "xyz"

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