get_instance_set {captr}R Documentation

Get Instance Set

Description

If you are interested in getting data from one particular form, use this function.

Usage

get_instance_set(instance_set_id = "", ...)

Arguments

instance_set_id

ID for the form (instance_set) (which you get from list_instance_sets)

...

Additional arguments passed to captr_GET.

References

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

Examples

## Not run: 
get_instance_set("instance_set_id")

## End(Not run)

[Package captr version 0.3.0 Index]