inst/server.R

## server script for shiny GUI for scater
## Davis McCarthy
## 18 November 2015

library(shiny)

# Define server logic 
shinyServer(function(input, output) {
    
    # You can access the value of the widget with input$select, e.g.
    output$plottype <- renderPrint({input$plottype})
})
dynverse/scaterlegacy documentation built on Feb. 17, 2020, 5:07 a.m.