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