Implementation of REDCap_split with a focused data acquisition approach using REDCapR::redcap_read nad only downloading specified fields, forms and/or events using the built-in focused_metadata including some clean-up. Works with longitudinal projects with repeating instruments.
Usage
read_redcap_tables(
uri,
token,
records = NULL,
fields = NULL,
events = NULL,
forms = NULL,
raw_or_label = "label",
split_forms = "all",
generics = c("record_id", "redcap_event_name", "redcap_repeat_instrument",
"redcap_repeat_instance")
)
Arguments
- uri
REDCap database uri
- token
API token
- records
records to download
- fields
fields to download
- events
events to download
- forms
forms to download
- raw_or_label
raw or label tags
- split_forms
Whether to split "repeating" or "all" forms, default is all.
- generics
vector of auto-generated generic variable names to ignore when discarding empty rows