Choropleth              The base Choropleth object.
admin1.map              An sf containing geometry data for sub-country
                        regions
admin1.regions          Supported world sub-country regions with lookup
                        data in multiple languages
admin1_choropleth       Create a choropleth map using regional data at
                        the sub-country level
country.map             An sf containing geometry data for countries of
                        the world
country.regions         Supported countries along with lookup data in
                        multiple languages
country_choropleth      Create a choropleth map using country-level
                        data
county.map.2015         An sf containing geometry data for US counties
                        in 2015
county.map.2024         An sf containing geometry data for US counties
                        in 2024
county.regions.2015     Supported regions for US counties in 2015
county.regions.2024     Supported regions for US counties in 2024
county_choropleth       Create a choropleth map using U.S. county level
                        data:
county_choropleth_acs   Create a US County choropleth from ACS data
df_country_demographics
                        A data.frame containing population estimates
                        for Countries in 2012.
df_county_demographics
                        A data.frame containing demographic statistics
                        for each county in the United States.
df_japan_census         A data.frame containing basic demographic
                        information about Japan.
df_ny_tract_demographics
                        A data.frame containing demographic statistics
                        for each Census Tract in New York State.
df_president            A data.frame containing election results from
                        the 2012 US Presidential election.
df_ri_zip_demographics
                        A data.frame containing demographic statistics
                        for each zip code in Rhode Island.
df_state_demographics   A data.frame containing demographic statistics
                        for each state plus the District of Columbia.
get_acs_data            Use tidycensus to obtain the data needed to
                        create a choropleth map.
get_tract_map           Download a map of all census tracts in a given
                        state
get_zip_map             Download a map of requested zip codes
state.map.bigdc         An sf containing geometry data for US states
                        with DC enlarged
state.map.hex           An sf containing a hexagonal tile map for US
                        states
state.map.hires         An sf containing higher resolution geometry
                        data for US states
state.map.lores         An sf containing lower resolution geometry data
                        for US states
state.regions           Supported regions for US states
state_choropleth        Create a choropleth map using U.S. state level
                        data
state_choropleth_acs    Create a US State choropleth from ACS data
tract_choropleth        Create a choropleth map using census tract
                        level data for a given state.
zip_choropleth          Create a choropleth map using zip code level
                        data
zip_lookup              A dataset that maps zip codes to counties,
                        states, and CBSAs
