reflects changes to sanitize_split()

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-02-06 14:01:41 +01:00
commit 3e356004d4
2 changed files with 3 additions and 6 deletions

View file

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