Usage
html(object, ...)
## S3 method for class 'latex':
html(object, ...)
## S3 method for class 'data.frame':
html(object,
file=paste(first.word(deparse(substitute(object))),'html',sep='.'),
append=FALSE, link=NULL, linkCol=1, linkType=c('href','name'), ...)
## S3 method for class 'default':
html(object,
file=paste(first.word(deparse(substitute(object))),'html',sep='.'),
append=FALSE, link=NULL, linkCol=1, linkType=c('href','name'), ...)
## S3 method for class 'html':
print(x, ...)
## S3 method for class 'html':
show(object)Arguments
object
a data frame or an object created by latex. For
show is an object created by html. For the generic
html is any object for which an html method exists.
file
name of the file to create. The default file
name is object.html where object is the first word in
the name of the argument for object.
append
set to TRUE to append to an existing file
link
character vector specifying hyperlink names to attach to
selected elements of the matrix or data frame. No hyperlinks are used
if link is omitted or for elements of link that are
"".
linkCol
column number of object to which hyperlinks are
attached. Defaults to first column.
linkType
defaults to "href"
...
arguments passed to format.df
x
an object created by html