View source: R/geonames_download.R
geonames_download | R Documentation |
Download State Register of Geographical Names
geonames_download(type, format = "SHP", outdir = ".", unzip = TRUE, ...)
type |
names of places ("place") and/or physiographic objects ("object") |
format |
data format ("GML", "SHP" (default) and/or "XLSX") |
outdir |
(optional) name of the output directory; by default, files are saved in the working directory |
unzip |
TRUE (default) or FALSE, when TRUE the downloaded archive will be extracted and removed |
... |
additional argument for |
a selected data type in the specified format
https://isap.sejm.gov.pl/isap.nsf/download.xsp/WDU20150000219/O/D20150219.pdf
## Not run:
geonames_download(type = "place", format = "SHP") # 18.2 MB
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.