insightsengineering / chevron

Standard TLGs For Clinical Trials Reporting
https://insightsengineering.github.io/chevron/
Other
7 stars 0 forks source link

add to README how chevorn in intended to be used #81

Closed waddella closed 2 years ago

waddella commented 2 years ago
library(chevron)

tbl_dm <- dmt01_1(adsl, 
                  summaryvars = c("AGE", "SEX", "RACE"),
                  deco = list(
                    title = "Demographic and Baseline Characteristics - Intent-to-Treat Population",
                    subtitles = "Study: Sample Study with Synthetic Data, Cutoff Date: 2021-10-28",
                    main_footer = "The tables is build using synthetic data."
                  ))

export_as_txt(tbl_dm__IT, file = "outputs/tbl_dm.txt", paginate = TRUE, lpp = 40,  min_siblings = 2)
waddella commented 2 years ago

created vignette in #96