Skip to content

Commit

Permalink
add vignettes for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
elong0527 committed Oct 26, 2023
1 parent 9fc020d commit 8675802
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions vignettes/metalite-table1-cran.Rmd
Original file line number Diff line number Diff line change
@@ -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 <https://elong0527.github.io/metalite.table1/> 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")
```

0 comments on commit 8675802

Please sign in to comment.