View source: R/export_redcap_project.R
export_core | R Documentation |
Export Core Contents of a REDCap Project.
export_core(uri = NULL, token = NULL, format = NULL, verbose = TRUE, ...)
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 |
A rcer_rccore
object: a list with the project info, metadata,
user table, and records, all in a "raw" format direct from the API.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.