download_latlon_data {healthyAddress} | R Documentation |
Download latitude longitude data by address
Description
Download latitude longitude data by address
Usage
download_latlon_data(
.ste = c("NSW", "VIC", "QLD", "SA", "WA", "TAS", "NT", "ACT", "OT"),
data_dir = getOption("healthyAddress.data_dir"),
repo = "https://github.com/HughParsonage/PSMA-202311",
overwrite = NA
)
Arguments
.ste |
The jurisdiction to download. Default is to download all. |
data_dir |
The directory for |
repo |
The repository from which data will be downloaded. Currently only the default is supported,
and |
overwrite |
|
Value
Called for its side effect (downloading the files), but returns the files downloaded.
[Package healthyAddress version 0.4.3 Index]