View source: R/redcap_export.R
redcap_export_tbl | R Documentation |
Export tables from REDCap
redcap_export_tbl(token, url, content, ...)
token |
REDcap API token |
url |
address of the API |
content |
content to download |
... |
other parameters passed to the API (see your REDCap API documentation for options) |
dataframe
# token <- "some_really_long_string_provided_by_REDCap"
# redcap_export_tbl(token, "https://www.some_redcap_url.com/api/", "record")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.