create_batch {captr} | R Documentation |
Create a new batch.
create_batch(batch_name = NULL, ...)
batch_name |
name of the batch; Required; character |
... |
Additional arguments passed to |
List of length 26. Includes information like created_by, user_id, etc.
https://shreddr.captricity.com/developer/api-reference/#v1-batch
## Not run:
create_batch(batch_name = "name_of_batch")
## End(Not run)