exportInstruments function

Export Instruments Defined in a Project

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, ...)

Arguments

  • rcon: A redcapConnection object.
  • ...: Arguments to pass to other methods

Returns

Returns a data frame with the columns:

instrument_nameThe REDCap generated instrument name.
instrument_labelThe user provided instrument label.

Examples

## Not run: unlockREDCap(connections = c(rcon = "project_alias"), url = "your_redcap_url", keyring = "API_KEYs", envir = globalenv()) exportInstruments(rcon) ## End(Not run)

See Also

exportMetaData(),

importMetaData(),

exportInstruments(),

exportMappings(),

importMappings(),

exportPdf()

  • Maintainer: Shawn Garbett
  • License: GPL-2
  • Last published: 2024-10-17