Description Usage Format Source Examples
An "sf" "data.frame" representing counties of the United States of America with 20m = 1:20,000,000 resolution, from www.census.gov.
1 |
Simple feature collection with 3233 features and 14 fields
County name
Abbreviated or common county name
County unique identifier
GNIS ID for county
State FIP code
Two-character short name for state
State name
GNIS ID for State
American Fact Finder Geo ID
Unknown identifier from Census
Congressional session (all identical)
Is a member of the contiguous US? TRUE/FALSE
Is this Congressional District part of a recognised State? TRUE/ FALSE
Region the parent state belongs to
Division the parent state belongs to
MULTIPOLYGON, defines the border of the Congressional District
http://www2.census.gov/geo/tiger/GENZ2016/shp/cb_2016_us_cd115_20m.zip
1 2 3 4 | ## Filter out only counties from the contiguous US
library("dplyr")
shp_contiguous_us_counties <- shp_all_us_counties %>%
filter(contiguous.united.states)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.