decodeDataNames {oce} | R Documentation |
Try to guess data names from hints found in file headers
decodeDataNames(names, scheme)
names |
a vector of character strings with original names |
scheme |
an optional indication of the scheme that is employed. This may
be |
Interoperability between oce functions requires that standardized data names
be used, e.g. "temperature"
for in-situ temperature. Very few
data-file headers name the temperature column in exactly that way, however,
and this function is provided to try to guess the names.
Vector of strings for the decoded names. If an unknown scheme is provided,
this will just be names
.