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