Exports records from multiple REDCap Databases using
multiple calls to exportRecordsTyped()
exportBulkRecords(
lcon,
forms = NULL,
envir = NULL,
sep = "_",
post = NULL,
...
)Will return a named list of the resulting records if envir is
NULL. Otherwise will assign them to the specified envir.
A named list of connections. The name is used as a prefix for data.frame names in the environment specified. It may also be used as a reference from the forms argument.
A named list that is a subset of rcon's names. A specified rcon
will provide a list of forms for repeated calls to exportRecordsType.
If a connection reference is missing it will default to all forms. To override
this default specify a connection's forms with NA to just get all
data.
A environment to write the resulting Records in as variables
given by their name in rcon or if from a form their rcon named pasted to
their form name joined by sep. If not specified the function
will return a named list with the results. Will accept a number of the
environment.
A character string to use when joining the rcon name to the form name for storing variables.
A function that will run on all returned sets of Records.
Any additional variables to pass to exportRecordsTyped().
exportRecordsTyped(),
exportRecords(),
exportReports()
fieldValidationAndCasting(),
reviewInvalidRecords()
recastRecords(),
guessCast(),
guessDate(),
castForImport(),
mChoiceCast(),
splitForms(),
widerRepeated()
vignette("redcapAPI-offline-connection")
vignette("redcapAPI-casting-data")
vignette("redcapAPI-missing-data-detection")
vignette("redcapAPI-data-validation)
vignette("redcapAPI-faq)