Description Usage Arguments Value See Also Examples
Marks the given text as LaTeX, which means functions will know not to perform escaping on it.
1 | LaTeX(x)
|
x |
An R object to be converted to LaTeX. |
... |
Arguments passed to methods. |
An object of class c("latex", "character"). The
"tex" class is primarily used by other functions in this
package to identify text that is already LaTeX, so it knows not to
escape LaTeX special characters.
1 | LaTex("Already \\textit{formatted} \\LaTeX text.")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.