# Generated by roxygen2: do not edit by hand

export(counter)
export(removeNumPunct)
export(removeURL)
export(sentimentAnalyzer)
export(top_Sentiments)
export(top_bigrams)
export(top_words)
export(top_words_Retriever)
export(users)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_max)
importFrom(dplyr,summarise)
importFrom(dplyr,top_n)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(magrittr,"%>%")
importFrom(plyr,rbind.fill)
importFrom(purrr,map)
importFrom(stats,reorder)
importFrom(stopwords,stopwords)
importFrom(stringr,str_count)
importFrom(stringr,str_remove_all)
importFrom(textdata,lexicon_bing)
importFrom(tidyr,drop_na)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(tidytext,get_sentiments)
importFrom(tidytext,unnest_tokens)
