README.md

tweetr

R build
status codecov

Package Overview

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.

Features

Related Packages

There are a few existing R packages that perform tweets text analysis and sentiment analysis available on CRAN, such as twitteR, and tidytext.

Installation

You can install the released version of tweetr from CRAN with:

install.packages("tweetr")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("UBC-MDS/tweetr")


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