list_instance_sets: List Instance Sets

Description Usage Arguments References Examples

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

1
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 captr_GET.

References

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

Examples

1
2
3
4
## Not run: 
list_instance_sets(job_id = "job_id")

## End(Not run)

captr documentation built on May 2, 2019, 3:26 p.m.