knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

ottoPlots

Lifecycle: experimental R-CMD-check

ottoPlots is a collection of shiny modules created to automate common interactions with figures in shiny applications. The current functions include:

Installation

You can install the development version of ottoPlots like so:

remotes::install_github("espors/ottoPlots")

Example

To see a working example of a shiny application with these modules use \code{ottoPlots::run_app()}



espors/ottoPlots documentation built on Dec. 1, 2022, 6:52 a.m.