Easily install and load packages for Twitter network analysis and visualisation.

Installation

# install.packages("devtools")
devtools::install_github("JohnCoene/twinetverse") # github
devtools::install_bitbucket("JohnCoene/twinetverse") # bitbucket

Rationale

twinetverse all the packages you need to collect, build and visualise Twitter networks. Each package fills one of the aforementioned need in dealing with Twitter networks.

Action Package
1 Collect rtweet
2 Build graphTweets
3 Visualise sigmajs

Functions

Only 2 functions to help bridge graphTweets and sigmajs.

  • edges2sg
  • nodes2sg

Also imports the immensely useful %<-% operator from the zeallot package. to unpack graphTweets network list.

The twinetbook