View source: R/download_redcap_records.R
| download_redcap_records | R Documentation |
download_redcap_records() downloads records from a REDcap project
download_redcap_records(
api_token,
dir,
file,
headers = c("raw", "label"),
values = c("raw", "label"),
filter = NULL,
force = FALSE
)
api_token |
|
dir |
|
file |
|
headers |
|
values |
|
filter |
|
force |
Should the download overwrite an existing file, if one exists?
The default is |
The path to the data as an fs_path character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.