We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8551308 + a1df7d0 commit 16768d9Copy full SHA for 16768d9
quarto/getting_started.qmd
@@ -93,7 +93,7 @@ adsl <- random.cdisc.data::cadsl %>%
93
AGE >= 65 ~ ">=65",
94
AGE >= 65 & AGE < 75 ~ ">=65 to <75",
95
AGE >= 75 ~ ">=75"
96
- )))
+ )))
97
98
# Create table
99
tbl <- make_table_02(df = adsl)
0 commit comments