grep_place {tigris} | R Documentation |
Find places matching a term in a places
object
Description
This is just shorthand for
grep(term, list_places(places), value=TRUE, ignore.case=TRUE)
Usage
grep_place(places, term)
Arguments
places |
object returned from a call to |
term |
equivalent to the |
Examples
## Not run:
places("Maine") %>% grep_place("south")
## End(Not run)
[Package tigris version 2.1 Index]