grep_place {tigris} | R Documentation |
places
objectThis is just shorthand for
grep(term, list_places(places), value=TRUE, ignore.case=TRUE)
grep_place(places, term)
places |
object returned from a call to |
term |
equivalent to the |
## Not run:
places("Maine") %>% grep_place("south")
## End(Not run)