ConnectR is SHARE’s R package for network analysis. It helps the user find important individuals by graphing retweets and important communities by graphing mentions.
Install the package using the install_github
function from the devtools
package (you’ll need an auth_token
).
devtools::install_github(repo = "Avery-Island/ConnectR",
auth_token = "let_me_in_please")