View source: R/batch_management.R
getBatch | R Documentation |
Get the unique ID of the current processing batch.
getBatch(verbose = FALSE)
verbose |
Default FALSE. If TRUE, returns information about the current processing batch. |
Character. Unique ID of the current processing batch.
getBatch() # "xyz"
getBatch(verbose = TRUE) # "xyz", and table containing info about batch "xyz"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.