Function returning data frame of NUTS3 administrative units for the Czech Republic as sf polygons. It takes a single parameter resolution - high res (default) or low res polygons.
Usage
kraje(resolution = "high")
Arguments
resolution
Should the function return high or low resolution shapefile? Allowed values are "high" (default) and "low". This parameter affects only the geometry column, all other fields remain the same.
Format
sf data frame with 14 rows of 3 variables + geometry
KOD_KRAJ
Code of the region.
KOD_CZNUTS3
Code of the region as NUTS3 (kraj).
NAZ_CZNUTS3
Name of the region as NUTS3 (kraj).
Details
Due to package size constraints the data are stored externally (and a working internet connection is required to use the package).
The data is current to June 2021 (i.e changes introduced by act 51/2020 Sb. are reflected). Downloaded size of high resolution shapefile is <1 MB.