Admin1Choropleth        An R6 object for creating Administration Level
                        1 choropleths.
Choropleth              The base Choropleth object.
CountryChoropleth       An R6 object for creating country-level
                        choropleths.
CountyChoropleth        Create a county-level choropleth
CountyZoomChoropleth    Create a county-level choropleth that zooms on
                        counties, not states.
StateChoropleth         Create a state-level choropleth
USAChoropleth           Normal choropleth that draws Alaska and Hawaii
                        as insets. In addition to a columns named
                        "region" and "value", also requires a column
                        named "state".
admin1_choropleth       Create an admin1-level choropleth for a
                        specified country
choroplethr             Create a choropleth
choroplethr_acs         Create a choropleth from ACS data.
choroplethr_animate     Animate a list of choropleths
choroplethr_wdi         Create a country-level choropleth using data
                        from the World Bank's World Development
                        Indicators (WDI)
country_choropleth      Create a country-level choropleth
county_choropleth       Create a choropleth of US Counties
county_choropleth_acs   Create a US County choropleth from ACS data
county_zoom_choropleth
                        Create a choropleth of USA Counties, with
                        sensible defaults, that zooms on counties.
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_pop_country          A data.frame containing population estimates
                        for Countries in 2012.
df_pop_county           A data.frame containing population estimates
                        for US Counties in 2012.
df_pop_state            A data.frame containing population estimates
                        for US States in 2012.
df_president            A data.frame containing election results from
                        the 2012 US Presidential election.
df_president_ts         A data.frame containing all US presdiential
                        election results from 1789 to 2012
df_state_demographics   A data.frame containing demographic statistics
                        for each state plus the District of Columbia.
get_acs_data            Returns a list representing American Community
                        Survey (ACS) estimates
get_acs_df              Returns a data.frame representing US Census
                        American Community Survey (ACS) estimates.
get_county_demographics
                        Get a handful of demographic variables on US
                        Counties from the US Census Bureau as a
                        data.frame.
get_state_demographics
                        Get a handful of demographic variables on US
                        States from the US Census Bureau as a
                        data.frame.
state_choropleth        Create a choropleth of US States
state_choropleth_acs    Create a US State choropleth from ACS data
zip_map                 Create a map visualizing US ZIP codes with
                        sensible defaults
