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