View source: R/mutate_geocode.R
mutate_geocode | R Documentation |
Add latitude and longitude columns to a data frame of addresses
mutate_geocode( DT, flat_number = NULL, number_first = NULL, building_name = NULL, street_name = NULL, street_type = NULL, postcode = NULL, new_names = c("lat", "lon"), approx = 0L, overwrite = FALSE )
DT |
A |
flat_number, number_first, building_name, street_name, street_type, postcode |
Columns quoted or unquoted to be passed to |
new_names |
Character vector of length-2 specifying the new names in the resulting |
approx |
See |
overwrite |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.