distill_nonrepeat_table_long {REDCapTidieR} | R Documentation |
Extract non-repeat tables from longitudinal REDCap databases
Description
Sub-helper function to clean_redcap_long
for single nonrepeat table
extraction.
Usage
distill_nonrepeat_table_long(
form_name,
db_data_long,
db_metadata_long,
linked_arms
)
Arguments
form_name |
The |
db_data_long |
The REDCap database output defined by
|
db_metadata_long |
The REDCap metadata output defined by
|
linked_arms |
Output of |
Value
A tibble
of all data related to a specified form_name
[Package REDCapTidieR version 1.2.3 Index]