Export the most important REDCap metadata tables
redcap_export_meta.Rd
The REDCap API has a large number of API endpoints. Those that are metadata-type details are listed on this page. The
Usage
redcap_export_meta(
token,
url,
tabs = c("metadata", "event", "formEventMapping", "instrument"),
...
)
Details
Allowed tabs are
arm
- labels of a projects armsdag
- data access groups (DAGs)userDagMapping
- mapping between users and DAGsevent
- list of events in the project (only available for longitudinal projects)exportFieldNames
- list of the fields that the API returnsinstrument
- list of instruments (eCRFs/forms) in the projectformEventMapping
- mapping between instruments (forms) and events (only available for longitudinal projects)metadata
- the data dictionaryproject
- information on the projectrecord
- the data itself. The method has many options. See the API help page on your REDCap instancerepeatingFormsEvents
- which forms can repeat on which eventsreport
- access custom reports defined in REDCapversion
- REDCap versionuser
- list of usersuserRole
- rights for each roleuserRoleMapping
- user-roll mapping