Created
June 6, 2012 23:43
-
-
Save dholstius/2885536 to your computer and use it in GitHub Desktop.
Installing devtools and then cosm
This file contains 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
require(cosm) | |
key <- 'bZW0wu4jbqMrkzHhap...' # your API key here | |
z <- feed_history(58785, key, duration='3hours') | |
plot(z) |
This file contains 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('devtools') | |
require(devtools) | |
install_github('cosm', user='holstius') | |
require(cosm) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment