create_batch: Create Batch

Description Usage Arguments Value References Examples

View source: R/create_batch.R

Description

Create a new batch.

Usage

1
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

1
2
3
4
## Not run: 
create_batch(batch_name = "name_of_batch")

## End(Not run)

soodoku/captr documentation built on May 30, 2019, 6:28 a.m.