export_core {REDCapExporter} | R Documentation |
Export Core
Description
Export Core Contents of a REDCap Project.
Usage
export_core(uri = NULL, token = NULL, format = NULL, verbose = TRUE, ...)
Arguments
uri |
The URI for the REDCap API. If |
token |
The API token for the project you want to export from. If
|
format |
The format to return. If |
verbose |
provide messages to tell the user what is happening |
... |
not currently used |
Value
A rcer_rccore
object: a list with the project info, metadata,
user table, and records, all in a "raw" format direct from the API.
Examples
# A reproducible example would require a REDCap project, accessable via an
# API token. An example of the return from these calls are provided as data
# with this package.
# avs_raw_core <- export_core()
data(avs_raw_core)
str(avs_raw_core)
[Package REDCapExporter version 0.2.2 Index]