Export Instruments Defined in a Project
These methods enable the user to view the instruments defined in the project.
exportInstruments(rcon, ...) ## S3 method for class 'redcapApiConnection' exportInstruments(rcon, ...)
rcon
: A redcapConnection
object....
: Arguments to pass to other methodsReturns a data frame with the columns:
instrument_name | The REDCap generated instrument name. |
instrument_label | The user provided instrument label. |
## Not run: unlockREDCap(connections = c(rcon = "project_alias"), url = "your_redcap_url", keyring = "API_KEYs", envir = globalenv()) exportInstruments(rcon) ## End(Not run)
exportMetaData()
,
importMetaData()
,
exportInstruments()
,
exportMappings()
,
importMappings()
,
exportPdf()