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.
exportDags(rcon, ...)# S3 method for redcapApiConnection
exportDags(
rcon,
...,
error_handling = getOption("redcap_error_handling"),
config = list(),
api_param = list()
)
redcapConnection
object
Additional arguments to pass to other methods.
An option for how to handle errors returned by the API.
see redcap_error
list
Additional configuration parameters to pass to
POST
. These are appended to any parameters in
rcon$config
.
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
.