toRd | R Documentation |
Methods for this function render their associated classes as a fragment of Rd code, which can then be rendered into text, HTML, or LaTeX.
toRd(obj, ...) ## S3 method for class 'bibentry' toRd(obj, style = NULL, ...)
obj |
The object to be rendered. |
style |
The style to be used in converting a |
... |
Additional arguments used by methods. |
See bibstyle
for a discussion of styles. The default style = NULL
value
gives the default style.
Returns a character vector containing a fragment of Rd code that could
be parsed and rendered. The default method converts obj
to mode character
,
then escapes any Rd markup within it. The bibentry
method converts an
object of that class to markup appropriate for use in a bibliography.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.