mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
the included dataset is updated to include special characters in form names
This commit is contained in:
parent
563c864091
commit
80f1e6fe12
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
## code to prepare `redcapcast_data` dataset goes here
|
||||
|
||||
redcapcast_data <- REDCapR::redcap_read(redcap_uri = uri,
|
||||
redcapcast_data <- REDCapR::redcap_read(redcap_uri = keyring::key_get("DB_URI"),
|
||||
token = keyring::key_get("cast_api"),
|
||||
raw_or_label = "label"
|
||||
)$data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue