geocode.Rd
This function geocodes a users vector of locations
and returns a tibble
with the corresponding results
geocode(locations = NULL, search_types = c("neighborhood", "city", "county", "postal_code", "address", "building", "street", "school"), limit = 100, return_message = TRUE, ...)
locations | vector of locations |
---|---|
search_types | vector of search parameters options include
|
limit | numeric vector of results cannot exceed 100 |
return_message | if |
... | extra parameters |
a tibble
# NOT RUN { geocode(locations = c("Palm Springs", "Bethesda", 10016), limit = 100) # }