# Generated by roxygen2: do not edit by hand

export(analyze_sentiment)
export(average_book_sentiment)
export(fit_lda)
export(gen_topic_clouds)
export(get_author_info)
export(get_book_ids)
export(get_book_summary)
export(get_format_info)
export(get_genres)
export(get_num_pages)
export(get_published_time)
export(get_rating_distribution)
export(model_topics)
export(plot_topic_heatmap)
export(plot_topic_prevalence)
export(plot_topic_terms)
export(preprocess_reviews)
export(scrape_books)
export(scrape_reviews)
export(search_goodreads)
export(sentiment_histogram)
export(sentiment_trend)
export(top_terms)
import(cld2)
import(dplyr)
import(ggplot2)
import(lubridate)
import(parallel)
import(purrr)
import(rvest)
import(stringr)
import(tidyr)
import(tidytext)
import(tm)
import(topicmodels)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(httr,GET)
importFrom(magrittr,"%>%")
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(rvest,html_attr)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(rvest,read_html)
importFrom(stats,setNames)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(tidyr,pivot_longer)
importFrom(utils,URLencode)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(wordcloud2,wordcloud2)
