exportInstruments {redcapAPI} | R Documentation |
Export Instruments Defined in a Project
Description
These methods enable the user to view the instruments defined in the project.
Usage
exportInstruments(rcon, ...)
## S3 method for class 'redcapApiConnection'
exportInstruments(
rcon,
...,
error_handling = getOption("redcap_error_handling"),
config = list(),
api_param = list()
)
Arguments
rcon |
A |
... |
Arguments to pass to other methods |
error_handling |
|
config |
A named |
api_param |
A named |
Value
Returns a data frame with the columns:
instrument_name | The REDCap generated instrument name. |
instrument_label | The user provided instrument label. |
See Also
exportMetaData()
,
importMetaData()
,
exportInstruments()
,
exportMappings()
,
importMappings()
,
exportPdf()
Examples
## Not run:
unlockREDCap(connections = c(rcon = "project_alias"),
url = "your_redcap_url",
keyring = "API_KEYs",
envir = globalenv())
exportInstruments(rcon)
## End(Not run)
[Package redcapAPI version 2.9.1 Index]