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