inst/shiny-apps/hydrodynamic-radius/server.R

shinyServer(function(input, output, seesion) {

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

    output$abc <- renderPrint({ "bar" })

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