list_batch_files {captr}R Documentation

List all the files in a batch

Description

List all the files in a batch

Usage

list_batch_files(batch_id = "", ...)

Arguments

batch_id

ID for the batch; Required; String

...

Additional arguments passed to captr_GET.

Value

list. If no files in a batch, an empty list

References

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

Examples

## Not run: 
list_batch_files("batch_id")

## End(Not run)

[Package captr version 0.3.0 Index]