toHTML {SRPM} | R Documentation |
Methods for Function toHTML
Description
toHTML
is a generic function which takes R objects as input and
writes HTML representations to a connection or file.
Methods
- x = "localDB"
- Writes a simple "index.html" file listing the
keys in the database and for each key, a summary of the associated
object is provided.
- x = "ANY"
- The default method, essentially writes out
str(x)
to a file.
- x = "function"
- This method prints out the entire function
body.
- x = "data.frame"
- The data frame is written out using
write.table
.
[Package
SRPM version 0.1-5
Index]