Generic Interface the REDCap API.
Permits users to make generic calls to the REDCap API. This allows use of API methods that do not yet have dedicated support.
genericApiCall( rcon, content, make_data_frame = TRUE, colClasses = NA, returnFormat = "csv", ... ) ## S3 method for class 'redcapDbConnection' genericApiCall( rcon, content, make_data_frame = TRUE, colClasses = NA, returnFormat = "csv", ... ) ## S3 method for class 'redcapApiConnection' genericApiCall( rcon, content, make_data_frame = TRUE, colClasses = NA, returnFormat = "csv", ..., error_handling = getOption("redcap_error_handling") )
rcon |
A REDCap connection object as generated by
|
content |
|
make_data_frame |
|
colClasses |
A named list of column names and
classes to apply via |
returnFormat |
|
... |
Additional named arguments giving arguments to the API method. |
error_handling |
An option for how to handle errors returned by the API.
see |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.