View source: R/redcap_export.R
redcap_export_byform | R Documentation |
Export REDCap data by form
redcap_export_byform(
token,
url,
meta = NULL,
remove_empty = TRUE,
wait = 0.2,
...
)
token |
REDcap API token |
url |
address of the API |
meta |
metadata from |
remove_empty |
should empty rows be removed from the dataset (REDCap automatically creates all forms for an event when any form in the event is created) |
wait |
seconds to wait between API calls |
... |
other parameters passed to the API (see your REDCap API documentation for options) |
list of dataframes
# token <- "some_really_long_string_provided_by_REDCap"
# redcap_export_byform(token, "https://www.some_redcap_url.com/api/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.