Usage
## S3 method for class 'redcapDbConnection':
redcapProjectInfo(rcon, date=TRUE, label=TRUE,
meta_data=TRUE, users=TRUE, instruments=TRUE,
events=TRUE, arms=TRUE, mappings=TRUE,
version=TRUE, ...)
## S3 method for class 'redcapApiConnection':
redcapProjectInfo(rcon, date=TRUE, label=TRUE,
meta_data=TRUE, users=TRUE, instruments=TRUE,
events=TRUE, arms=TRUE, mappings=TRUE,
version=TRUE, ...,
v.number="")
Arguments
rcon
A REDCap connection object as generated by redcapConnection
date
Logical. If TRUE
, user expiration dates are converted to POSIXct
objects.
label
Logical. If TRUE
, the user form permissions are converted to labelled factors.
meta_data
Logical. Indicates if the meta data (data dictionary) should be exported.
users
Logical. Indicates if the users table should be exported.
instruments
Logical. Indicates if the instruments table should be exported.
events
Logical. Indicates if the event names should be exported.
arms
Logical. Indicates if the arms table should be exported.
mappings
Logical. Indicates if the form-event mappings should be exported.
version
Indicates if the REDCap version number should be exported. Only applicable in REDCap 6.0.0 and higher.
v.number
Character string. Can be used to manually set the REDCap version number for users running a version
earlier than 6.0. This is used to validate calls that may only be available in certain versions.
...
Arguments to be passed to other methods