redcap_array: REDCap Array

View source: R/redcap.R

redcap_arrayR Documentation

REDCap Array

Description

REDCap Array

Usage

redcap_array(name, values)

Arguments

name

name of the array

values

values to be included in the array

Value

an object of class "redcap_array"

Examples

## 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")

RoeLabWustl/roelabr documentation built on Aug. 27, 2022, 9:57 a.m.