MOVED TO: https://delicious.com/reinholdsson
Primarily R and JavaScript links. Collection maintained by Thomas Reinholdsson.
--- Todo: Move to github page and structure up ---
| 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({ |
MOVED TO: https://delicious.com/reinholdsson
Primarily R and JavaScript links. Collection maintained by Thomas Reinholdsson.
--- Todo: Move to github page and structure up ---