spod_download_zones_v1 {spanishoddata} | R Documentation |
Downloads and extracts the raw v1 zones data
Description
This function ensures that the necessary v1 raw data for zones files are downloaded and extracted from the specified data directory.
Usage
spod_download_zones_v1(
zones = c("districts", "dist", "distr", "distritos", "municipalities", "muni",
"municip", "municipios"),
data_dir = spod_get_data_dir(),
quiet = FALSE
)
Arguments
zones |
The zones for which to download the data. Can be |
data_dir |
The directory where the data is stored. |
quiet |
Boolean flag to control the display of messages. |
Value
A character
string containing the path to the downloaded and extracted file.
[Package spanishoddata version 0.1.0 Index]