Skip to content

Instantly share code, notes, and snippets.

View sebastian-c's full-sized avatar

Sebastian sebastian-c

View GitHub Profile
@mages
mages / server.R
Last active December 10, 2015 07:18
Test shiny with googleVis
## Diego de Castillo, Markus Gesmann, February 2013
require(shiny)
require(googleVis)
shinyServer(function(input, output) {
myCities <- reactive({
input$Cities
})
output$gvis <- renderGvis({