Give a place, a radius and some words for the phabitat

phab_choose(place = "Bournemouth", phab = "heath", dist = 5000)

Arguments

dist

Examples

# NOT RUN {
conn<-connect()
phab_choose("Hengistbury head","heath",2000) %>% mapview()
disconnect()
# }