# Generated by roxygen2: do not edit by hand

export(Admin1Choropleth)
export(Admin1RegionChoropleth)
export(Choropleth)
export(CountryChoropleth)
export(CountyChoropleth)
export(CountyZoomChoropleth)
export(StateChoropleth)
export(TractChoropleth)
export(USAChoropleth)
export(admin1_choropleth)
export(admin1_region_choropleth)
export(calculate_percent_change)
export(choroplethr_animate)
export(choroplethr_wdi)
export(country_choropleth)
export(county_choropleth)
export(county_choropleth_acs)
export(double_map)
export(filter_to_voting_congressional_districts)
export(get_acs_data)
export(get_congressional_district_demographics)
export(get_county_demographics)
export(get_state_demographics)
export(get_tract_demographics)
export(get_tract_map)
export(state_choropleth)
export(state_choropleth_acs)
export(tract_choropleth)
export(visualize_df_by_race_ethnicity_party)
importFrom(Hmisc,cut2)
importFrom(R6,R6Class)
importFrom(RgoogleMaps,MaxZoom)
importFrom(WDI,WDI)
importFrom(acs,acs.fetch)
importFrom(acs,estimate)
importFrom(acs,geo.make)
importFrom(acs,geography)
importFrom(acs,standard.error)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,select)
importFrom(ggmap,get_map)
importFrom(ggmap,ggmap)
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,aes)
importFrom(ggplot2,annotation_custom)
importFrom(ggplot2,coord_map)
importFrom(ggplot2,coord_quickmap)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_color_continuous)
importFrom(ggplot2,scale_colour_brewer)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_continuous)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_grey)
importFrom(ggplot2,theme_void)
importFrom(grid,grobTree)
importFrom(grid,unit)
importFrom(gridExtra,grid.arrange)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(stringr,fixed)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace)
importFrom(tidycensus,get_acs)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(tigris,tracts)
importFrom(utils,data)
importFrom(utils,menu)
importFrom(xml2,read_html)
