inst/shiny-apps/example-app/server.R

shinyServer(function(input, output) {

    # You can access the value of the widget with input$action, e.g.
    output$value <- renderPrint({ input$action })

})
huangrh/radii documentation built on May 17, 2019, 9:10 p.m.