| county_meta | R Documentation |
Returns the county metadata object for a given county. This is the
metadata counterpart to get_county_data(): where get_county_data()
loads the full microdata (heavy), county_meta() returns the lightweight
summary (counts, races, observed vote options).
county_meta(county)
county |
Character string (county code, e.g. |
An object of class county. See county for its structure.
county, get_county_data(), list_counties()
county_meta("Lee")
county_meta(Lee) # pass-through: already a county object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.