## S3 method for class 'redcapDbConnection':
exportReports(rcon, report_id, factors=TRUE, labels=TRUE, dates=TRUE,
checkboxLabels=FALSE, ...)
## S3 method for class 'redcapApiConnection':
exportReports(rcon, report_id, factors=TRUE, labels=TRUE, dates=TRUE,
checkboxLabels=FALSE, ...,
proj=NULL)
redcapConnection
.FALSE
labels are
applies as "Unchecked"/"Checked". If TRUE
, they are applied as ""/"[field_labe]" where [field_label] is the
label assigned to the levelredcapProject
object as created by redcapProjectInfo
.Reports are exported based on their id number, which can be looked up in the Reports page of a project.