nbhds.from.sf | R Documentation |
From a bbox or sf object x, gets tracts or block groups over overlapping counties. For areas that may be smaller than counties, suggest using st_bbox first.
nbhds.from.sf(x = NULL, .countyfps = NULL, query.fcn = tigris::tracts, ...)
x |
|
.countyfps |
Alternative to x, countyfp (as 5-char characters) to get areas for. |
query.fcn |
tigris query fcn: |
... |
passed onto |
Note that they may still be trimmed to match supplied area, if x
isn't
coterminous with counties.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.