toHTML | R Documentation |
This generic function generates a complete HTML page from an object.
toHTML(x, ...) ## S3 method for class 'packageIQR' toHTML(x, ...) ## S3 method for class 'news_db' toHTML(x, ...)
x |
An object to display. |
... |
Optional parameters for methods; the |
A character vector to display the object x
. The "packageIQR"
method
is designed to display lists in the R help system.
HTMLheader
cat(toHTML(demo(package = "base")), sep = "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.