Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Tazovsky/shinyPlugins

Shiny Plugins implementation
https://github.com/Tazovsky/shinyPlugins

package plugins r r- r-package shiny shiny-plugins shiny-r shinyapp shinyapps

Last synced: about 2 months ago
JSON representation

Shiny Plugins implementation

Awesome Lists containing this project

README

        

# 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

``` r
devtools::install_github("Tazovsky/shinyPlugins")
```

## Example

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

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