################# Harvest Tweets about Universal basic income ############### # load packages library(twitteR) library(ROAuth) library(ggplot2) library(lubridate) ## ## Attaching package: ‘lubridate’ ## The following object is masked from ‘package:base’: ## ## date library(scales) library(tm) ## Loading required package: NLP ## ## Attaching package: ‘NLP’ ## The following object is masked from ‘package:ggplot2’: ## ## annotate library(stringr) library(wordcloud) ## Loading required package: RColorBrewer library(syuzhet) ## ## Attaching package: ‘syuzhet’ ## The following object is masked from ‘package:scales’: ## ## rescale library(reshape2) library(dplyr) ## ## Attaching package: ‘dplyr’ ## The following objects are masked from ‘package:lubridate’: ## ## intersect, setdiff, union ## […]
Full Post at rpubs.com