Arguments
- project
A list containing the REDCap data, dictionary, and event mapping (expected
redcap_data()output). Overridesdata,dic, andevent_form.- data
A
data.frameortibblewith the REDCap dataset.- dic
A
data.framewith the REDCap dictionary.- event_form
Only applicable for longitudinal projects (presence of events). Event-to-form mapping for longitudinal projects.
Value
A list with the following elements:
- data
The transformed dataset with date and datetime fields formatted as
DateandPOSIXct.- dictionary
The original REDCap dictionary passed to the function.
- event_form
The original event-form mapping (if applicable).
- results
A summary of the transformations performed.
