add_partial_keys {REDCapTidieR} | R Documentation |
Add partial key helper variables to dataframes
Description
Make helper variables redcap_event
and redcap_arm
available as
branches from var
for later use.
Usage
add_partial_keys(db_data, var = NULL)
Arguments
db_data |
The REDCap database output defined by
|
var |
The unquoted name of the field containing event and arm
identifiers. Default |
Value
Two appended columns, redcap_event
and redcap_arm
to the end of read_redcap
output tibble
s.
[Package REDCapTidieR version 1.2.3 Index]