list_instance_sets {captr} | R Documentation |
List Instance Sets
Description
List all the forms (instance sets) for a particular job. Use this to get ids of forms (instance sets) you want to download.
Usage
list_instance_sets(job_id = "", ...)
Arguments
job_id |
ID for the job (which you get from related_job_id field of submit_batch) |
... |
Additional arguments passed to |
References
https://shreddr.captricity.com/developer/
Examples
## Not run:
list_instance_sets(job_id = "job_id")
## End(Not run)
[Package captr version 0.3.0 Index]