# Generated by roxygen2: do not edit by hand

export(arrange_replies)
export(arrange_views)
export(count_authors)
export(count_topics)
export(count_topics_author)
export(count_topics_author_time)
export(count_topics_day)
export(count_topics_month)
export(count_topics_theme)
export(count_topics_theme_time)
export(count_topics_week)
export(count_topics_year)
export(create_db_topics_dailies)
export(create_db_topics_daily)
export(create_db_topics_hourlies)
export(create_db_topics_interactions)
export(create_db_topics_monthly)
export(get_db_discussions)
export(get_db_topics)
export(get_theme_topics)
export(get_themes)
export(get_themes_topics)
export(get_topic_discussions)
export(get_topics_discussions)
export(update_topics)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(lubridate,dmy_hm)
importFrom(lubridate,mday)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_na)
importFrom(stringr,str_to_lower)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(utils,read.csv)
importFrom(xml2,read_html)
importFrom(xml2,url_absolute)
