Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Tazovsky/shinyPlugins
- Owner: Tazovsky
- License: other
- Created: 2019-04-16T16:52:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T19:03:47.000Z (almost 6 years ago)
- Last Synced: 2024-08-13T07:14:54.160Z (5 months ago)
- Topics: package, plugins, r, r-, r-package, shiny, shiny-plugins, shiny-r, shinyapp, shinyapps
- Language: R
- Size: 11.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Tazovsky/shinyPlugins - Shiny Plugins implementation (R)
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")
```