drops specified record name and takes name of first field for sanitizing

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-02-05 21:34:16 +01:00
commit 82400b2ab9
4 changed files with 38 additions and 33 deletions

View file

@ -13,8 +13,7 @@ read_redcap_tables(
forms = NULL,
raw_or_label = "label",
split_forms = "all",
generics = c("record_id", "redcap_event_name", "redcap_repeat_instrument",
"redcap_repeat_instance")
generics = c("redcap_event_name", "redcap_repeat_instrument", "redcap_repeat_instance")
)
}
\arguments{