What is ConnectR?

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.

  • This is a first draft of the package, we’re very open to suggestions.

Installing the package

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")