inst/InteRamfApp/server.R

shinyServer(function(input, output) {
	output$plot1 <- renderPlot(plot(cars))
	output$plot2 <- renderPlot(plot(pressure))
	output$pdata <- DT::renderDataTable(cars)
})
mchiapello/InteRamf documentation built on May 5, 2019, 8:02 p.m.