distill_repeat_table_long {REDCapTidieR} | R Documentation |
Extract repeat tables from longitudinal REDCap databases
Description
Sub-helper function to clean_redcap_long
for single repeat table
extraction.
Usage
distill_repeat_table_long(
form_name,
db_data_long,
db_metadata_long,
linked_arms,
has_mixed_structure_forms = FALSE,
mixed_structure_ref = NULL
)
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 |
has_mixed_structure_forms |
Whether the instrument under evaluation has a mixed
structure. Default |
mixed_structure_ref |
A mixed structure reference dataframe supplied
by |
Value
A tibble
of all data related to a specified form_name
[Package REDCapTidieR version 1.2.3 Index]