Description Usage Arguments Value Author(s) Examples
View source: R/escapeContent.R
Manage characters to be escaped in R documentation text
1 | escapeContent(content_s_1, escapeBraces_b_1 = FALSE)
|
content_s_1 |
A single |
escapeBraces_b_1 |
A single |
A single string
with character '@' and '%' escaped.
When escapeBraces_b_1
is set, characters '{' and '}' are also escaped.
Fabien Gelineau <neonira@gmail.com>
Maintainer: Fabien Gelineau <neonira@gmail.com>
1 2 3 4 5 | escapeContent('www@xxx.com')
# "www@@xxx.com"
escapeContent('\\code{ x %% y }', TRUE)
# "\\code\{ x \%\% y \}"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.