
Last chance! 50% off unlimited learning
Sale ends in
R documentation beautifying functions
beautify(escapeBraces_b_1 = FALSE)
A single boolean
value, allowing to escape braces also
A named list
of R vectorized functions
. See examples below.
Content provided to function will be processed by function
generateMarkup
.
# NOT RUN {
b <- beautify()
cat('length', length(b), '\n')
#25
cat(names(b), '\n')
# acronym bold cite code dQuote email emph enc env figure file format kbd link
# option pkg preformatted samp source sQuote strong url var verb codelink
x <- 'some content'
cat(x, ':', b$code(x), '\n')
#some content : \code{some content}
# }
Run the code above in your browser using DataLab