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

Getting help

To view the help homepage for the package:

help(package = "ConnectR")

Example datasets

The package includes two example datasets. Access them as follows:

# Sprinklr export as example for retweets
ConnectR::retweet_example

# Radarly export as example for mentions
ConnectR::mention_example