Shiny plugins in sense of this R package are Shiny modules which are automatically added to Shiny app when their naming meets specified conditions.
devtools::install_github("Tazovsky/shinyPlugins")
library(shinyPlugins)
plugins <- shiny_plugins$new(where = ls("package:shinyPlugins"))
# Run example Shiny app
shinyPlugins::runExample("02-plugins")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.