Skip to content

Instantly share code, notes, and snippets.

# pull twitter package from repo
install.packages('devtools')
library('devtools')
install_github("twitteR", username="geoffjentry")
library('twitteR')
setup_twitter_oauth(YOUR CREDENTIALS HERE, credentials_file=NULL)
# set up igraph
install.packages('igraph')
library('igraph')