rename_latex {aggTrees} | R Documentation |
Renames variables where the character "_" is used, which causes clashes in LATEX.
rename_latex(names)
names |
string vector. |
The renamed string vector. Strings where "_" is not found are not modified by rename_latex
.