Find places matching a term in a places object
This 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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.