filter_place | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.