Files
shiny/inst/examples/08_widgets/server.R
2012-07-25 09:36:42 -07:00

8 lines
64 B
R

library(shiny)
shinyServer(function(input, output) {
})