geocode | R Documentation |
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"),
use_future = F,
snake_names = F,
limit = 100,
remove_list_columns = F,
return_message = TRUE,
...
)
locations |
vector of locations |
search_types |
vector of search parameters options include
|
use_future |
|
snake_names |
|
limit |
numeric vector of results cannot exceed 100 |
remove_list_columns |
|
return_message |
if |
... |
extra parameters |
a tibble
geocode(locations = c("Palm Springs", "Bethesda", 10016), limit = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.