View source: R/clean_redcap_long.R
distill_repeat_table_long | R Documentation |
Sub-helper function to clean_redcap_long
for single repeat table
extraction.
distill_repeat_table_long(
form_name,
db_data_long,
db_metadata_long,
linked_arms,
has_mixed_structure_forms = FALSE,
mixed_structure_ref = NULL
)
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 |
A tibble
of all data related to a specified form_name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.