R/data_orp.R

#' data.frame of all settlements of type III (orp) in Czech Republic
#'
#' A dataset containing the names and other attributes of all 206
#' settlements of type III (orp) in Czech Republic. The codes (every column with string kod in
#' name) are treated as character strings even though that some of them are numbers. These codes,
#' however, serve only as IDs.
#' Colums with suffix _kod are various levels of self-government units in Czech Republic.
#'
#' @format A data frame with 206 rows and 4 variables:
#' \describe{
#'   \item{kod}{id of the settlements of type III (orp)}
#'   \item{nazev}{name of the settlements of type III (orp)}
#'   \item{vusc_kod}{}
#'   \item{nuts3_kod}{}
#' }
#' @source \url{http://services.cuzk.cz/shp/stat/epsg-5514/1.zip}
"orp"
JanCaha/CzechData documentation built on Sept. 22, 2023, 2:47 a.m.