names2latex {texreg} | R Documentation |
Replace symbols in a character string or vector by LaTeX equivalents
Description
Replace symbols in a character string or vector by LaTeX equivalents-
Usage
names2latex(x)
Arguments
x |
A |
Details
This function is an internal helper function that takes a character
object or vector and replaces symbols like underscores, angle brackets, or
superscripted numbers by properly escaped LaTeX equivalents in order not to
break any LaTeX table code when the link{texreg}
function is used.
Value
Same as the input object but with escaped or replaced symbols.
Author(s)
Philip Leifeld
See Also
[Package texreg version 1.39.4 Index]