apps/App-2/server.r

shinyServer(function(input, output) {
  output$table <- renderTable({
    data.frame(Input = input$text)
  }, include.rownames = FALSE)
})
rappster/shinyref documentation built on May 27, 2019, 2:01 a.m.