Skip to content

Instantly share code, notes, and snippets.

@dholstius
Created June 6, 2012 23:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dholstius/2885536 to your computer and use it in GitHub Desktop.
Save dholstius/2885536 to your computer and use it in GitHub Desktop.
Installing devtools and then cosm
require(cosm)
key <- 'bZW0wu4jbqMrkzHhap...' # your API key here
z <- feed_history(58785, key, duration='3hours')
plot(z)
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