shinyApp
aims to create simple Shiny apps.
You need to install the package shinyExample
beforehand
devtools::install_github('sigbertklinke/shinyExample')
Within R install the package by
devtools::install_github('sigbertklinke/shinyApp')
Read the vignette
library("shinyApp")
vignetts("shinyApp")
This project is licensed under the GPL 3.0 - see the LICENSE.md file for details