ll_osm_countries | R Documentation |
A dataset with all names of countries, continents, as included in the Geofabrik database.
They are used to download files with ll_osm_download()
ll_osm_countries
A tibble
Name of the continent
Name of the country
Link to shapefiles in a tibble
Links to shapefiles are stored as tibbles. Unnest to see them, e.g.
ll_osm_countries %>% tidyr::unnest(link)
or for a single country:
ll_osm_countries %>% dplyr::filter(country == "italy") %>% tidyr::unnest(link)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.