get_batch_details {captr} | R Documentation |
Get Details of a particular batch
Description
Get details such as who the batch was created by, user id of the creator, name of the batch, whether or not the batch has been submitted for processing, files in the batch, etc.
Usage
get_batch_details(batch_id = "", ...)
Arguments
batch_id |
ID for the batch |
... |
Additional arguments passed to |
Value
list of length 26.
References
https://shreddr.captricity.com/developer/api-reference/#v1-batch
Examples
## Not run:
get_batch_details("batch_id")
## End(Not run)
[Package captr version 0.3.0 Index]