Description Usage Arguments Details Value Examples
Substitute given characters or strings by their alternatives.
1 |
x |
A character vector. |
type |
A character string ("varnames" or "units"). It determines the specific corrections that are made based on which attributes are being corrected. |
String "(z-d)/L"
is renamed to "zeta"
. Substitute:
"co2_flux"
by "NEE"
"*"
by
"star"
"%"
by "perc"
"-"
and
"/"
by "_"
round and square brackets by empty string
using regular expression patterns.
A corrected character vector.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.