mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 13:30:23 +01:00
9 lines
379 B
R
9 lines
379 B
R
## code to prepare `redcapcast_data` dataset goes here
|
|
|
|
redcapcast_data <- REDCapR::redcap_read(redcap_uri = keyring::key_get("DB_URI"),
|
|
token = keyring::key_get("cast_api"),
|
|
raw_or_label = "label"
|
|
)$data
|
|
|
|
usethis::use_data(redcapcast_data, overwrite = TRUE)
|