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, primary key. Use this as key to add other data items.
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). Downloaded size of high resolution shapefile is 2.9 MB (so use with caution, and patience).