clean_redcap {REDCapTidieR} | R Documentation |
Extract non-longitudinal REDCap databases into tidy tibbles
Description
Helper function internal to read_redcap
responsible for
extraction and final processing of a tidy tibble
to the user from
a non-longitudinal REDCap database.
Usage
clean_redcap(db_data, db_metadata)
Arguments
db_data |
The REDCap database output defined by
|
db_metadata |
The REDCap metadata output defined by
|
Value
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.
[Package REDCapTidieR version 1.1.1 Index]