R/show_clc.R

Defines functions show_clc

Documented in show_clc

#' Show CORINE Land Cover leveles.
#'
#' Display a data frame with CORINE Land Cover leveles, roughness length vaulesa
#' and descriptions in Polish and English.
#'
#' @return a tibble CORINE Land Cover leveles.
#'
#' @importFrom magrittr %>%
#'
#' @export
#'
#' @examples
#' show_teryt()
#'
show_clc <- function() {
  clc %>% dplyr::as_tibble() %>% print(n = Inf)
}
prcwiek/landusepl documentation built on April 2, 2021, 11:57 a.m.