Filter a places
Spatial object for only those places matching the contents of the place
vector.
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 places
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)