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