Skip to content

Commit

Permalink
Fix failing adat02 template
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Oct 9, 2024
1 parent 5a7e7a8 commit 084b946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/tables/ADA/adat02.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ lyt_adab <- basic_table(show_colcounts = TRUE) %>%
lyt_adab_ti <- basic_table(show_colcounts = TRUE) %>%
split_cols_by(
"ACTARM",
split_fun = keep_split_levels(c("A: Drug X", "C: Combination", "<Missing>")) # temp fix
split_fun = keep_split_levels(c("A: Drug X", "C: Combination")) # temp fix
) %>%
count_patients_with_flags(
"USUBJID",
Expand Down

0 comments on commit 084b946

Please sign in to comment.