Nothing
Code
s1 <- esp_get_nuts(region = b)
Message
! No Spanish NUTS codes found for "ES-PM", "ES-GC", and "ES-TF".
Code
esp_get_nuts(ext = "docx", cache_dir = cdir)
Condition
Error:
! `ext` should be one of "geojson", "gpkg" or "shp", not "docx".
Code
esp_get_nuts(nuts_level = "docx", cache_dir = cdir)
Condition
Error:
! `nuts_level` should be one of "all", "0", "1", "2" or "3", not "docx".
Code
db_cached <- esp_get_nuts(verbose = TRUE, region = "Murcia")
Message
i Loaded from `?mapSpain::esp_nuts_2024()` dataset. Use `update_cache = TRUE` to re-load from file
Code
bn <- esp_get_nuts(spatialtype = "BN", resolution = "60", cache_dir = cdir)
Condition
Error:
! `spatialtype` should be one of "RG" or "LB", not "BN".
Code
a3 <- esp_get_nuts(resolution = "60", year = 2016, cache_dir = cdir,
nuts_level = 2, region = "Segovia")
Message
! No matches for `region = Segovia`.
i Returning empty <sf> object.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.