R/hydro_abbrev.R

#' @name hydro_abbrev
#' @title Definitions of hydrological parameters used for shortening column names
#'
#' @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. 20 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 hydro_shortening() function
#'
#' @docType data
#' @keywords datasets hydro abbreviations shortening
#' @examples
#' data(hydro_abbrev)
#' head(hydro_abbrev)
"hydro_abbrev"

Try the imgw package in your browser

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

imgw documentation built on March 26, 2020, 7:37 p.m.