extract_sentiments: Sentiment Analysis of Tweets

View source: R/extract_sentiments.R

extract_sentimentsR Documentation

Sentiment Analysis of Tweets

Description

Sentiment Analysis of Tweets

Usage

extract_sentiments(df)

Arguments

df

A dataset containing a column named 'text'

Value

Ggplot Graph

Examples

tweets <- Rtwitter::tw
extract_sentiments(tweets)


selimyaman/Rtwitter documentation built on April 2, 2022, 1:22 a.m.