knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.width=6, fig.height=4
)

Introduction to tweetr

tweetr is a R package for text analysis and sentiment analysis on tweets. The package will allow you to extract tweets from Twitter, visualize user habit on tweet posting, and apply sentiment analysis to the data.

To use this package, follow the installation guide on README and install this package. Then, import the package.

library(tweetr)

Functions



UBC-MDS/tweetr documentation built on March 21, 2021, 7:14 p.m.