--- title: "Program Gallery" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{Program Gallery} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ``` To understand the system better, let's look at some examples. These examples will give you a feel for the overall flow of a **sassy**-enhanced program, and allow you to see how the functions work together. * **[Example 1](https://gallery.r-sassy.org/articles/sassy-listing.html)**: Creates a simple data listing and log Listing example image
* **[Example 2](https://gallery.r-sassy.org/articles/sassy-dm.html)**: Creates a table of demographic characteristics Demographics example image
* **[Example 3](https://gallery.r-sassy.org/articles/sassy-figure.html)**: Creates a simple figure Figure example image
* **[Example 4](https://gallery.r-sassy.org/articles/sassy-ae.html)**: Creates an AE table with a page wrap AE example image
* **[Example 5](https://gallery.r-sassy.org/articles/sassy-vs.html)**: Creates a table of vital signs statistics Vital signs example image
* **[Example 6](https://gallery.r-sassy.org/articles/sassy-figureby.html)**: Creates a figure with a by-group Figure by example image
* **[Example 7](https://gallery.r-sassy.org/articles/sassy-survival.html)**: Perform survival analysis. Survival analysis example image
* **[Example 8](https://gallery.r-sassy.org/articles/sassy-profile.html)**: Creates a patient profile report. Patient profile example image
* **[Example 9](https://gallery.r-sassy.org/articles/sassy-forest.html)**: Creates a figure with a forest plot. Forest plot example image
* **[Example 10](https://gallery.r-sassy.org/articles/sassy-ds.html)**: Creates a subject disposition table. Disposition example image
* **[Example 11](https://gallery.r-sassy.org/articles/sassy-plisting.html)**: Creates a subject listing with vital signs by visit. Subject listing example image
* **[Example 12](https://gallery.r-sassy.org/articles/sassy-pfigure.html)**: Creates a combined figure of age groups by treatment. Patchwork figure example image
* **[Example 13](https://gallery.r-sassy.org/articles/sassy-chgbase.html)**: Creates a Mean Change from Baseline figure for laboratory values. Change from baseline example image
* **[Example 14](https://gallery.r-sassy.org/articles/sassy-ae2.html)**: Creates an AE table with severity grades in rows AE Severity example image
* **[Example 15](https://gallery.r-sassy.org/articles/sassy-intext.html)**: Creates both stand-alone and "intext" versions of a demographics table. Intext Demographics example image
* **[Example 16](https://gallery.r-sassy.org/articles/sassy-shift.html)**: Creates a shift table of lab values. Shift table example image
Once you review these examples, please proceed to the package links above to explore the system further!