powered by
places
place
Filter a places Spatial object for only those places matching the contents of the place vector.
filter_place(places, place)
object returned from a call to places
a vector of full place names. The function performs the comparison in a case-insensitive manner.
if (FALSE) { places("Maine") %>% filter_place("berwick") }
Run the code above in your browser using DataLab