Description Usage Arguments Format Value Methods Author(s) Examples
Class providing object of R6Class
to easily and automatically implement Shiny plugins (modules)
1 |
ui.pattern |
prefix to find UI functions of modules |
server.pattern |
prefix to find server functions of modules |
R6Class
object
Object of R6Class
getPluginsList()
Get list of found plugins
getTabItems()
Get list of tabItem
with content of plugins
getMenuItem()
Get menuItem
containing plugins
getModulesUI()
Get names of modules UI functions
getModulesServer()
Get names of modules server functions
Kamil Foltyński
1 2 3 4 5 | ## Not run:
library(shinyPlugins)
plugins <- shiny_plugins$new(where = ls("package:shinyPlugins"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.