View source: R/clean_redcap_long.R
clean_redcap_long | R Documentation |
Helper function internal to read_redcap
responsible for
extraction and final processing of a tidy tibble
to the user from
a longitudinal REDCap database.
clean_redcap_long(
db_data_long,
db_metadata_long,
linked_arms,
allow_mixed_structure = FALSE
)
db_data_long |
The longitudinal REDCap database output defined by
|
db_metadata_long |
The longitudinal REDCap metadata output defined by
|
linked_arms |
Output of |
allow_mixed_structure |
A logical to allow for support of mixed repeating/non-repeating
instruments. Setting to |
Returns a tibble
with list elements containing tidy dataframes. Users
can access dataframes under the redcap_data
column with reference to
form_name
and structure
column details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.