Skip to content

Tazovsky/shinyPlugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")