This function downloads the DIVA-GIS gazetteer data for a country. If the file is already on disk it will not perform the download.
getGAZ(cod, destfolder = "GAZ", unzip = TRUE, ...)
| cod | Three letter ISO code for the country. |
|---|---|
| destfolder | The destination folder |
| unzip | Unzip the downloaded files? Defaults to TRUE |
| ... | Options for download.file() |
https://gadm.org/data.html
Andrea Sánchez-Tapia & Sara Mortara