filter_place {tigris} | R Documentation |
places
Spatial object for only those places matching the
contents of the place
vector.Filter a places
Spatial object for only those places matching the
contents of the place
vector.
filter_place(places, place)
places |
object returned from a call to |
place |
a vector of full place names. The function performs the comparison in a case-insensitive manner. |
## Not run:
places("Maine") %>% filter_place("berwick")
## End(Not run)