laTeXEscapeString {WebAnalytics} | R Documentation |
Escapes a string to enable it to be embedded in a LaTeX document
Description
The string parameter is an R string that will have a regex applied to it so backslashes will need to be escaped before calling this.
Usage
laTeXEscapeString(nameString)
Arguments
nameString |
The string to have escapes applied. |
Value
Returns the escaped string
Author(s)
Greg Hunt <greg@firmansyah.com>
Examples
laTeXEscapeString("a$b")
[Package WebAnalytics version 0.9.12 Index]