Learn R Programming

REDCapTidieR (version 1.2.3)

link_arms: Link longitudinal REDCap instruments with their events/arms

Description

For REDCap databases containing arms and events, it is necessary to determine how these are linked and what variables belong to them.

Usage

link_arms(redcap_uri, token, suppress_redcapr_messages = TRUE)

Value

Returns a tibble of redcap_event_names with list elements containing a vector of associated instruments.

Arguments

redcap_uri

The REDCap URI

token

The REDCap API token

suppress_redcapr_messages

A logical to control whether to suppress messages from REDCapR API calls. Default TRUE.