Description Usage Arguments Functions See Also Examples
Construct a Rd string type.
1 2 3 4 5 6 7 8 9 10 11 12 |
content |
a string to type as an Rd string type |
type |
the type of text is is. |
Rd_text: Type as plain text.
Rd_rcode: Type as R Code.
Rd_verb: Type as R symbol or 'verb'.
Rd_symb: Type as R symbol or 'verb'.
Rd_comment: type as Rd comment. Comments must start with the comment character '
Other construction: Rd_tag, Rd
1 2 3 4 5 6 7 8 9 | ## Plain text
Rd_text("Plain text")
## R Code
Rd_rcode("code()")
## Symbols, i.e. verbs
Rd_verb("verb")
Rd_symb("symbol")
## Rd Comments
Rd_comment("% Rd/LaTeX comment")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.