inst/appweb/include_server/seccion_menus_server.R

output$plotSM <- renderPlot({
  plot(cars, type=input$plotType)
})

output$summarySM <- renderPrint({
  summary(cars)
})

output$tableSM <- DT::renderDataTable({
  DT::datatable(cars)
})
carlosperezoft/JENKINS documentation built on May 17, 2019, 7:47 a.m.