newColumnNames {rdwd} | R Documentation |
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.
newColumnNames(dataframe, variables = dwdparams, separator = ".")
dataframe |
Dataframe as returned by |
variables |
Dataframe as returned by |
separator |
Separator between abbreviation and long name. DEFAULT: "." |
The dataframe
with new column names
Berry Boessenkool, berry-b@gmx.de, Apr 2019
dwdparams
, readVars()
, readDWD()
argument varnames
, newColumnNames()
# mainly for internal usage