Learn R Programming

captr (version 0.3.0)

get_batch_details: 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 captr_GET.

Value

list of length 26.

References

https://shreddr.captricity.com/developer/api-reference/#v1-batch

Examples

Run this code
## Not run: ------------------------------------
# get_batch_details("batch_id")
## ---------------------------------------------

Run the code above in your browser using DataLab