Convert dates stored as strings to Date
variables
redcap_prep_dates.Rd
Converts the string values returned from REDCap to Dates. This function also applies labels to the variable itself, based on the option label.
Usage
redcap_prep_dates(data, metadata, replace = FALSE, append = "_date")
redcap_prep_datetimes(
data,
metadata,
replace = FALSE,
append = "_datetime",
...
)