Description Usage Arguments Details Value Author(s) Examples
The escape_HTML
function escapes reserved HTML characters from
a character vector.
1 |
text |
A character vector. |
The escape_HTML
function escapes the reserved HTML characters
from a character vector. The HTML reserved characters "&", "\"",
"'", ">", and "<" are replaced by "&", """, "'", ">",
and "<" respectively.
A character vector.
Matt Shotwell <Matt.Shotwell@Vanderbilt.edu>
1 2 | escape_HTML("x <- pi")
escape_HTML("famous \"quotes\"")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.