# Generated by roxygen2: do not edit by hand

S3method(add_synonym,character)
S3method(add_synonym,list)
S3method(compute_doi,list)
S3method(compute_doi,numeric)
S3method(compute_score,list)
S3method(compute_score,numeric)
S3method(download_control,list)
S3method(download_control,numeric)
S3method(download_object,list)
S3method(download_object,numeric)
S3method(get_abnorm_hist,exp_doi)
S3method(get_abnorm_hist,exp_score)
S3method(get_abnorm_hist,exp_voi)
S3method(plot_bar,abnorm_score)
S3method(plot_bar,exp_score)
S3method(plot_box,abnorm_doi)
S3method(plot_box,abnorm_score)
S3method(plot_box,abnorm_voi)
S3method(plot_box,exp_doi)
S3method(plot_box,exp_score)
S3method(plot_box,exp_voi)
S3method(plot_map,abnorm_score)
S3method(plot_map,exp_score)
S3method(plot_ts,abnorm_doi)
S3method(plot_ts,abnorm_score)
S3method(plot_ts,abnorm_voi)
S3method(plot_ts,exp_doi)
S3method(plot_ts,exp_score)
S3method(plot_ts,exp_voi)
export(add_control_keyword)
export(add_locations)
export(add_object_keyword)
export(add_synonym)
export(compute_doi)
export(compute_score)
export(compute_voi)
export(disconnect_db)
export(download_control)
export(download_control_global)
export(download_object)
export(download_object_global)
export(export_control)
export(export_control_global)
export(export_doi)
export(export_object)
export(export_object_global)
export(export_score)
export(export_voi)
export(get_abnorm_hist)
export(gt.env)
export(initialize_db)
export(plot_bar)
export(plot_box)
export(plot_map)
export(plot_ts)
export(plot_voi_doi)
export(remove_data)
export(start_db)
export(vacuum_data)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbExecute)
importFrom(DBI,dbWriteTable)
importFrom(RSQLite,SQLite)
importFrom(dbplyr,sql)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,collect)
importFrom(dplyr,contains)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,percent_rank)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,tbl)
importFrom(dplyr,ungroup)
importFrom(forcats,as_factor)
importFrom(forcats,fct_recode)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_map)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,map_data)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(glue,glue)
importFrom(gtrendsR,gtrends)
importFrom(lubridate,as_date)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(maps,area.map)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,map_lgl)
importFrom(purrr,walk)
importFrom(rlang,.data)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,env_parent)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_squish)
importFrom(stringr,str_to_upper)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(zoo,rollmean)
