get_instance_set {captr} | R Documentation |
If you are interested in getting data from one particular form, use this function.
get_instance_set(instance_set_id = "", ...)
instance_set_id |
ID for the form (instance_set) (which you get from list_instance_sets) |
... |
Additional arguments passed to |
https://shreddr.captricity.com/developer/
## Not run:
get_instance_set("instance_set_id")
## End(Not run)