We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346b160 commit ea542faCopy full SHA for ea542fa
tests/testthat/test-fda-table_02.R
@@ -6,7 +6,7 @@ adsl <- adsl_raw %>%
6
AGE >= 65 & AGE < 75 ~ ">=65 to <75",
7
AGE >= 75 ~ ">=75"
8
))) %>%
9
- df_explicit_na()
+ tern::df_explicit_na()
10
11
test_that("Table 02 generation works with default values", {
12
options(pillar.print_max = 50, width = 200)
0 commit comments