powered by
state
This is just shorthand for grep(term, list_states(states), value=TRUE, ignore.case=TRUE)
grep(term, list_states(states), value=TRUE, ignore.case=TRUE)
grep_state(states, term)
object returned from a call to state
equivalent to the pattern argument of grep
pattern
grep
if (FALSE) { states() %>% grep_state("north") }
Run the code above in your browser using DataLab