Learn R Programming

redcapAPI (version 2.7.4)

exportDags: Export Data Access Groups

Description

Export the Data Access Groups (DAGs) associated with a project. Returns a listing of the data access group, the unique name, and the integer ID number.

Usage

exportDags(rcon, ...)

# S3 method for redcapApiConnection exportDags( rcon, ..., error_handling = getOption("redcap_error_handling"), config = list(), api_param = list() )

Arguments

rcon

redcapConnection object

...

Additional arguments to pass to other methods.

error_handling

An option for how to handle errors returned by the API. see redcap_error

config

list Additional configuration parameters to pass to POST. These are appended to any parameters in rcon$config.

api_param

list Additional API parameters to pass into the body of the API call. This provides users to execute calls with options that may not otherwise be supported by redcapAPI.