list_instance_sets: List Instance Sets

Description Usage Arguments References Examples

View source: R/list_instance_sets.R

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)

soodoku/captR documentation built on May 30, 2019, 6:27 a.m.