Skip to content

Instantly share code, notes, and snippets.

View LCHansson's full-sized avatar

Love Hansson LCHansson

  • Stockholm, Sweden
View GitHub Profile
@reinholdsson
reinholdsson / server.R
Created March 5, 2014 17:47
rCharts - example of Highcharts click events in Shiny
library(shiny)
library(rCharts)
shinyServer(function(input, output) {
output$text <- renderText({
sprintf("The capital of %s is %s.", input$click$country, input$click$capital)
})
output$chart <- renderChart({
@reinholdsson
reinholdsson / readme.md
Last active February 12, 2018 08:28
Programming Links