Find places matching a term in a places
object
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 places
term
: equivalent to the pattern
argument of grep
## Not run: places("Maine") %>% grep_place("south") ## End(Not run)
Downloads (last 30 days):