inst/shiny/tokenize/server.R

library(shiny)

# load libraries, source-files and data here
library(qlcData)

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

    paste("You have selected", input$choice)

  })

})

Try the qlcData package in your browser

Any scripts or data that you put into this service are public.

qlcData documentation built on May 2, 2019, 8:29 a.m.