Skip to content

Commit 16768d9

Browse files
committed
Merge branch '218_table2_ard@main' of github.com:pharmaverse/cardinal into 218_table2_ard@main
2 parents 8551308 + a1df7d0 commit 16768d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quarto/getting_started.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ adsl <- random.cdisc.data::cadsl %>%
9393
AGE >= 65 ~ ">=65",
9494
AGE >= 65 & AGE < 75 ~ ">=65 to <75",
9595
AGE >= 75 ~ ">=75"
96-
)))
96+
)))
9797
9898
# Create table
9999
tbl <- make_table_02(df = adsl)

0 commit comments

Comments
 (0)