Learn R Programming

imgw (version 0.1.0)

meteo_abbrev: Definitions of meteorological 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

Usage

meteo_abbrev

Arguments

Format

The data contains a data.frame with ca. 250 elements described in three ways:

  • fullname original column names as downloaded from the repository

  • abbr_eng shorten column names with abbreviations derived from the most popular scheme used for meteorological parameters

  • fullname_eng detailed description of downloaded meteorological variables

The object is created mostly to be used altogether with the meteo_shortening function

Examples

Run this code
# NOT RUN {
data(meteo_abbrev)
head(meteo_abbrev)
# }

Run the code above in your browser using DataLab