View source: R/sn_download_osm.R
sn_download_osm | R Documentation |
N.B. Names do not always correspond to official name of countries and may include different geographic entities. For a full list of available "countries" as made available by Geofabrik, see the internal dataset 'sn_osm_countries'. Be considered in downloading file.
sn_download_osm(countries, overwrite = FALSE)
countries |
One or more country names. For details on available country names see the dataset included in this package: 'sn_osm_countries' |
overwrite |
Logical, defaults to FALSE. If true, downloads new files even if already present. |
Used only for its side effects (downloads osm data).
## Not run:
sn_download_osm(countries = "Romania")
sn_download_osm(countries = c("chile", "colombia"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.