aboutsummaryrefslogtreecommitdiff
path: root/inst/GUI/server.R
blob: 12386f291618c15749b0ebbb70e818a4402a89b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
library(shiny)

shinyServer(function(input, output) {
  output$test <- renderText({
    input$test
  })
})

# vim: set ts=2 sw=2 foldmethod=marker expandtab:

Contact - Imprint