mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
linting
This commit is contained in:
parent
a0730cb41c
commit
9e33057c06
32 changed files with 456 additions and 340 deletions
|
|
@ -3,12 +3,13 @@
|
|||
# "field_label", "select_choices_or_calculations", "field_note",
|
||||
# "text_validation_type_or_show_slider_number", "text_validation_min",
|
||||
# "text_validation_max", "identifier", "branching_logic", "required_field",
|
||||
# "custom_alignment", "question_number", "matrix_group_name", "matrix_ranking",
|
||||
# "field_annotation"
|
||||
# "custom_alignment", "question_number", "matrix_group_name",
|
||||
# "matrix_ranking", "field_annotation"
|
||||
# )
|
||||
|
||||
metadata_names <- REDCapR::redcap_metadata_read(redcap_uri = keyring::key_get("DB_URI"),
|
||||
token = keyring::key_get("cast_api")
|
||||
metadata_names <- REDCapR::redcap_metadata_read(
|
||||
redcap_uri = keyring::key_get("DB_URI"),
|
||||
token = keyring::key_get("cast_api")
|
||||
)$data |> names()
|
||||
|
||||
usethis::use_data(metadata_names, overwrite = TRUE, internal = TRUE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue