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