pivot_twitter_data: Pivot the Twitter data.

Description Usage Arguments

View source: R/twitter_analysis.R

Description

Pivot the Twitter data.

Usage

1
pivot_twitter_data(tweet_database, issue_terms, scale_by_total = FALSE)

Arguments

tweet_database

Tweet database. Must have the columns "last_name", "party", "state" and "tweet".

issue_terms

Search term or terms. Takes input as a vector.

scale_by_total

Scale your graph by all tweets by the Senator. Defaults to FALSE, which outputs tweet counts.


hnhd/dfp documentation built on May 30, 2019, 5 a.m.