grep_state function

Find states matching a term in a state object

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)

Arguments

  • states: object returned from a call to state
  • term: equivalent to the pattern argument of grep

Examples

## Not run: states() %>% grep_state("north") ## End(Not run)
  • Maintainer: Kyle Walker
  • License: MIT + file LICENSE
  • Last published: 2024-01-24