README.md

shinyPlugins

Shiny plugins in sense of this R package are Shiny modules which are automatically added to Shiny app when their naming meets specified conditions.

Installation

devtools::install_github("Tazovsky/shinyPlugins")

Example

library(shinyPlugins)
plugins <- shiny_plugins$new(where = ls("package:shinyPlugins"))

# Run example Shiny app
shinyPlugins::runExample("02-plugins")


Tazovsky/shinyPlugins documentation built on May 26, 2019, 10:34 a.m.