newColumnNames {rdwd} | R Documentation |
Enhance readDWD column names
Description
Add short German parameter descriptions to the DWD abbreviations.
This uses dwdparams()
to create column names like
"TT_TU.Lufttemperatur" and "RSK.Niederschlagshoehe."
Column names not in the abbreviation list will be left untouched.
Usage
newColumnNames(dataframe, variables = dwdparams, separator = ".")
Arguments
dataframe |
Dataframe as returned by |
variables |
Dataframe as returned by |
separator |
Separator between abbreviation and long name. DEFAULT: "." |
Value
The dataframe
with new column names
Author(s)
Berry Boessenkool, berry-b@gmx.de, Apr 2019
See Also
dwdparams
, readVars()
, readDWD()
argument varnames
, newColumnNames()
Examples
# mainly for internal usage
[Package rdwd version 1.8.0 Index]