# Generated by roxygen2: do not edit by hand

export(generate_offline_data)
export(get_papers_count)
export(get_term_document_matrix)
export(get_top_term_papers)
export(join_keywords)
export(make_search_url)
export(onepetro_page_to_dataframe)
export(papers_by_publication)
export(papers_by_publisher)
export(papers_by_type)
export(papers_by_year)
export(plot_bars)
export(plot_cluster_dendrogram)
export(plot_relationships)
export(plot_wordcloud)
export(read_multidoc)
export(read_multipage)
export(read_onepetro)
export(remove_duplicates_by)
export(run_papers_search)
export(summary_by_dates)
export(summary_by_doctype)
export(summary_by_publications)
export(summary_by_publisher)
export(term_frequency)
export(term_frequency_n_grams)
export(use_example)
import(data.table)
importFrom(RWeka,NGramTokenizer)
importFrom(RWeka,Weka_control)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,distinct_)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,summarize)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,reorder)
importFrom(stats,setNames)
importFrom(tm,TermDocumentMatrix)
importFrom(tm,VCorpus)
importFrom(tm,VectorSource)
importFrom(tm,content_transformer)
importFrom(tm,findFreqTerms)
importFrom(tm,removePunctuation)
importFrom(tm,removeSparseTerms)
importFrom(tm,removeWords)
importFrom(tm,stemDocument)
importFrom(tm,stopwords)
importFrom(tm,stripWhitespace)
importFrom(tm,tm_map)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,unzip)
importFrom(wordcloud,wordcloud)
importFrom(xml2,read_html)
