diff --git a/vignettes/metalite-table1-cran.Rmd b/vignettes/metalite-table1-cran.Rmd new file mode 100644 index 0000000..bc3b04e --- /dev/null +++ b/vignettes/metalite-table1-cran.Rmd @@ -0,0 +1,17 @@ +--- +title: "An Introduction to the metalite.table1 Package" +output: + rmarkdown::html_vignette: + number_sections: yes + toc: yes +vignette: > + %\VignetteIndexEntry{An Introduction to the metalite.table1 Package} + %\VignetteEngine{knitr::rmarkdown} +--- + +Please see for the full documentation. Here is only a minimal example: + +```{r, eval = FALSE} +library(metalite.table1) +metalite_table1(~ AGE + SEX + RACE + BMIBLGR1 | ARM, data = r2rtf::r2rtf_adsl, id = "USUBJID") +```