getFiat | R Documentation |
Get State of County Spatial Boundary
getFiat(country = NULL, state = NULL, county = NULL, fip = NULL)
country |
|
state |
|
county |
|
bb |
|
getFiat
returns a SpatialPolygons
object
for a defiend state and/or county. Boundaries come from
the 2017 US Census TIGER Dataset and are projected to
EPSG:4269.
a SpatialPolygons
object projected to EPSG:4269.
## Not run:
# Get Single State
getFiat(state = "CA")
# Get Multi-state
getFiat(state = c("CA", "Utah", "Nevada"))
# Get County
getFiat(state = "CA", county = "San Luis Obispo")
# Get Muli-county
getFiat(state = "CA", county = c("San Luis Obispo", "Santa Barbara", "Ventura"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.