View source: R/download_latlon_data.R
download_latlon_data | R Documentation |
Download latitude longitude data by address
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
)
.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 |
|
Called for its side effect (downloading the files), but returns the files downloaded.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.