create_batch {captr}R Documentation

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

## Not run: 
create_batch(batch_name = "name_of_batch")

## End(Not run)

[Package captr version 0.3.0 Index]