batch_price {captr}R Documentation

Price of a Batch

Description

The price for processing the batch.

Usage

batch_price(batch_id = NULL, ...)

Arguments

batch_id

ID for the batch; Required; String.

...

Additional arguments passed to captr_GET.

Value

named list

References

https://shreddr.captricity.com/developer/

Examples

## Not run: 
batch_price("batch_id")

## End(Not run)

[Package captr version 0.3.0 Index]