the included dataset is updated to include special characters in form names

This commit is contained in:
AG Damsbo 2023-04-14 11:47:01 +02:00
commit 80f1e6fe12
3 changed files with 3 additions and 3 deletions

View file

@ -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