mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-09-12 18:49:39 +02:00
6 lines
304 B
R
6 lines
304 B
R
## code to prepare `redcapcast_meta` dataset goes here
|
|
redcapcast_meta <- REDCapR::redcap_metadata_read(redcap_uri = uri,
|
|
token = keyring::key_get("cast_api")
|
|
)$data
|
|
|
|
usethis::use_data(redcapcast_meta, overwrite = TRUE)
|