filter_state | R Documentation |
states
Spatial object for only those states matching the
contents of the state
vector.Filter a states
Spatial object for only those states matching the
contents of the state
vector.
filter_state(states, state)
states |
object returned from a call to |
state |
a vector of full state names. The function performs the comparison in a case-insensitive manner. |
## Not run:
states() %>% filter_state("south")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.