View source: R/gisco-get-census.R
| gisco_get_census | R Documentation |
This dataset shows pan European communal boundaries depicting the situation at the corresponding Census.
gisco_get_census(
year = 2011,
cache_dir = NULL,
update_cache = FALSE,
verbose = FALSE,
spatialtype = c("RG", "PT")
)
year |
character string or number. Release year of the file. Currently
only |
cache_dir |
character string. A path to a cache directory. See
Caching strategies section in |
update_cache |
logical. Should the cached file be refreshed?. Default
is |
verbose |
logical. If |
spatialtype |
Type of geometry to be returned:
|
A sf object.
https://ec.europa.eu/eurostat/web/gisco/geodata/statistical-units/census.
Copyright: https://ec.europa.eu/eurostat/web/gisco/geodata/statistical-units.
See gisco_id_api_census_grid() to download via GISCO ID service API.
Other statistical units datasets:
gisco_get_coastal_lines(),
gisco_get_lau(),
gisco_get_nuts(),
gisco_get_urban_audit()
library(sf)
pts <- gisco_get_census(spatialtype = "PT")
pts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.