test_readiness {captr}R Documentation

Test Readiness of a Batch

Description

Check if the batch is ready to be processed

Usage

test_readiness(batch_id = "", ...)

Arguments

batch_id

ID for the batch. Required. String.

...

Additional arguments passed to captr_GET.

References

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

Examples

## Not run: 
test_readiness("batch_id")

## End(Not run)

[Package captr version 0.3.0 Index]