new version 2023.12.1 with two bug fixes and a new wrapper function

This commit is contained in:
Andreas Gammelgaard Damsbo 2023-12-20 09:01:40 +01:00
commit 31c6994ce3
17 changed files with 2042 additions and 12 deletions

View file

@ -55,7 +55,7 @@ read_redcap_tables <- function(uri,
if (!is.null(events)){
event_test <- events %in% unique(arm_event_inst$data$unique_event_name)
if (any(!forms_test)){
if (any(!event_test)){
stop("Not all supplied event names are valid")
}
}