# Generated by roxygen2: do not edit by hand

export(Choropleth)
export(admin1_choropleth)
export(country_choropleth)
export(county_choropleth)
export(county_choropleth_acs)
export(get_acs_data)
export(get_admin1_map)
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)
import(ggplot2)
importFrom(Hmisc,cut2)
importFrom(R6,R6Class)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggrepel,geom_label_repel)
importFrom(rnaturalearth,ne_states)
importFrom(sf,sf_use_s2)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_transform)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(tidycensus,get_acs)
importFrom(tidycensus,load_variables)
importFrom(tigris,tracts)
importFrom(utils,data)
