Learn R Programming

captr (version 0.3.0)

create_batch: Create Batch

Description

Create a new batch.

Usage

create_batch(batch_name = NULL, ...)

Arguments

batch_name
name of the batch; Required; character
Additional arguments passed to captr_POST.

Value

List of length 26. Includes information like created_by, user_id, etc.

References

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

Examples

Run this code
## Not run: ------------------------------------
# create_batch(batch_name = "name_of_batch")
## ---------------------------------------------

Run the code above in your browser using DataLab