View source: R/mutate_latlon.R
mutate_latlon | R Documentation |
Add latitude and longitude columns to a standard address
mutate_latlon(DT, data_dir = getOption("healthyAddress.data_dir"))
DT |
A |
data_dir |
The directory in which the latitude longitude data has been
downloaded. (See |
DT
with the columns lat
and lon
added, by reference,
the latitude and longitude of the address for that row.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.