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