Add latitude and longitude columns to a standard address
mutate_latlon(DT, data_dir = getOption("healthyAddress.data_dir"))
DT
with the columns lat
and lon
added, by reference,
the latitude and longitude of the address for that row.
A data.table
from standardize_address
The directory in which the latitude longitude data has been
downloaded. (See download_latlon_data
.)