This is the default record-fetching function used by tar_redcap(). It uses
redcapAPI::exportRecordsTyped() to pull records for a given form or set of
forms. Additional arguments can be passed via ... (e.g., batch_size,
drop_fields, labels).
Arguments
- con
A
redcapAPI::redcapConnectionobject.- forms
A character vector of one or more REDCap form names.
- ...
Additional arguments passed to
redcapAPI::exportRecordsTyped(), such asbatch_size,labels, ordrop_fields.
