convert | R Documentation |
This generic function and its methods provide a flexible, extensible mechanism for converting an R object into a representation that can be inserted into the output of a dynamic document.
convert(from, opts = NULL, target, context = NULL)
from |
the R object to be converted to a suitable representation. |
opts |
a list of options or a |
target |
an instance of one of the sub-classes of |
context |
an object providing the context in which the conversion is being performed. In an dynamic document, this is the XSL context and provides access to the style sheet, the input document, the current node being generated, XSL parameters, and so on. This can then be queried to provide "global" information. |
Duncan Temple Lang
dynDoc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.