mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
new version 2023.12.1 with two bug fixes and a new wrapper function
This commit is contained in:
parent
085aa9de62
commit
31c6994ce3
17 changed files with 2042 additions and 12 deletions
|
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue