R/format-rd.R
rd_bold.Rd
Surround selected text with Rd markup for bold.
rd_bold()
Selected text: text
text
Result of function: \strong{text}
\strong{text}
Example output with no text selection: \strong{}
\strong{}
The Writing R Extensions manual.