R/imgw_meteo_abbrev.R

#' @name imgw_meteo_abbrev
#' @title Definitions of meteorological parameters used for shortening column names
#' for the meteorological data from the danepubliczne.imgw.pl collection
#'
#' @description The object contains 3 columns that are currently used for improving
#' readability of the downloaded dataset:
#' fullname, abbr_eng, and fullname_eng
#'
#' @format The data contains a data.frame with ca. 250 elements described in three ways:
#' \itemize{
#'     \item{fullname} {original column names as downloaded from the repository}
#'     \item{abbr_eng} {shorten column names with abbreviations derived from the most
#'     popular scheme used for meteorological parameters}
#'     \item{fullname_eng} {detailed description of downloaded meteorological variables}
#' }
#' The object is created mostly to be used altogether with the meteo_shortening_imgw
#' function
#'
#' @docType data
#' @keywords datasets meteo abbreviations shortening
#' @examples
#' data(imgw_meteo_abbrev)
#' head(imgw_meteo_abbrev)
"imgw_meteo_abbrev"

Try the climate package in your browser

Any scripts or data that you put into this service are public.

climate documentation built on Aug. 9, 2022, 5:08 p.m.