redcap_array | R Documentation |
REDCap Array
redcap_array(name, values)
name |
name of the array |
values |
values to be included in the array |
an object of class "redcap_array"
## records array for three records from static redcap_array("records", c(16227, 16342, 16419)) ## fields array for two fields from static redcap_array("fields", c("chip1_install_date", "chip2_install_date")) ## events array for one event from mother redcap_array("events", "baseline_arm_1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.