Skip to content

Instantly share code, notes, and snippets.

@irsal
Created October 7, 2014 21:52
Show Gist options
  • Select an option

  • Save irsal/2948976c5150a7bbc094 to your computer and use it in GitHub Desktop.

Select an option

Save irsal/2948976c5150a7bbc094 to your computer and use it in GitHub Desktop.
A first hack at Rook with googleVis
install.packages('Rook', 'googleVis')
library(Rook)
library(googleVis)
server <- Rhttpd$new()
server$start(quiet=TRUE)
server$print()
tbl1 <- gvisTable(Population)
plot(tbl1) ## Opens a new window in your default web browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment