The {safetyCharts} R package contains a set of charts used in clinical trial research. These charts are optimized for usage with the {safetyGraphics} package and shiny application, but can also easily be used as standalone displays.
There are several types of charts included in this package:
- Static Displays - These are written as R functions that output static statistical displays. See the help files for each chart for more details. Saved in
\R
. - htmlwidgets - Interactive graphics written in javascript and configured for R using the htmlwidgets package. Saved in
\inst\htmlwidgets
. - Chart configuration Files - YAML files specifying chart details needed for safetyGraphics. Saved in
\inst\config
.
For more information on using these charts with {safetyGraphics} see this vignette.