Last chance! 50% off unlimited learning
Sale ends in
Rd2txt_options(...)
Rd2txt
function which is used in displaying text format
help. Currently defined options are:
"* "
, with the asterisk replaced by a
Unicode bullet in UTF-8 and most Windows locales):
The symbol to use as a bullet in itemized lists.
FALSE
): Whether to show URLs when
expanding \href
tags.
TRUE
): Whether to render
\code
and similar with single quotes.
TRUE
): Whether to render
section titles with underlines (via backspacing).
Rd2txt
# The itemBullet is locale-specific
saveOpts <- Rd2txt_options()
saveOpts
Rd2txt_options(minIndent = 4)
Rd2txt_options()
Rd2txt_options(saveOpts)
Rd2txt_options()
Run the code above in your browser using DataLab