Find states matching a term in a state object
This is just shorthand for
grep(term, list_states(states), value=TRUE, ignore.case=TRUE)
grep_state(states, term)
states |
object returned from a call to |
term |
equivalent to the |
## Not run: states() %>% grep_state("north") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.