Very easy to use, tutorial available
Local example
library(shiny)
appDir <- system.file(package="UnderstandingRBioc", "shiny",
"AnnotationTable")
runApp(appDir)
Check out files:
global.R
: functionality used by both user interface and clientui.R
: user interface specificationserver.R
: server interface