Created
October 7, 2014 21:52
-
-
Save irsal/2948976c5150a7bbc094 to your computer and use it in GitHub Desktop.
A first hack at Rook with googleVis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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