powered by
This generic function generates a complete HTML page from an object.
toHTML(x, ...) # S3 method for packageIQR toHTML(x, ...) # S3 method for news_db toHTML(x, ...)
An object to display.
Optional parameters for methods; the "packageIQR" and "news_db" methods pass these to HTMLheader.
"packageIQR"
"news_db"
HTMLheader
A character vector to display the object x. The "packageIQR" method is designed to display lists in the R help system.
x
# NOT RUN { cat(toHTML(demo(package = "base")), sep = "\n") # }
Run the code above in your browser using DataLab