list_batch_files {captr} | R Documentation |
List all the files in a batch
list_batch_files(batch_id = "", ...)
batch_id |
ID for the batch; Required; String |
... |
Additional arguments passed to |
list. If no files in a batch, an empty list
https://shreddr.captricity.com/developer/
## Not run:
list_batch_files("batch_id")
## End(Not run)