View source: R/exportInstruments.R
exportInstruments | R Documentation |
These methods enable the user to view the instruments defined in the project.
exportInstruments(rcon, ...)
## S3 method for class 'redcapApiConnection'
exportInstruments(rcon, ...)
rcon |
A |
... |
Arguments to pass to other methods |
Returns a data frame with the columns:
instrument_name | The REDCap generated instrument name. |
instrument_label | The user provided instrument label. |
exportMetaData()
,
importMetaData()
,
exportInstruments()
,
exportMappings()
,
importMappings()
,
exportPdf()
## Not run:
unlockREDCap(connections = c(rcon = "project_alias"),
url = "your_redcap_url",
keyring = "API_KEYs",
envir = globalenv())
exportInstruments(rcon)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.