Exports the list of events in a REDCap project.
Usage
redcap_export_events(connection, arms = NULL, format = "json")
Arguments
- connection
A redcap_connection object
- arms
Character or numeric vector of arm numbers to export events for (optional)
- format
Character string. Format for returned data: "json" (default), "csv", "xml"
Value
A tibble containing event information (when format = "json"); otherwise a character string