Rev 50546 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{toHTML}\alias{toHTML}\alias{toHTML.packageIQR}\title{Display an object in HTML.}\description{This generic function generates a complete HTML page from an object.}\usage{toHTML(x, ...)\S3method{toHTML}{packageIQR}(x, ...)}\arguments{\item{x}{ An object to display. }\item{\dots}{ Optional parameters for methods. }}\value{A character vector to display the object \code{x}. The \code{"packageIQR"} methodis designed to display lists in the \R{} help system.}\seealso{\code{\link{HTMLheader}}}\examples{cat(toHTML(demo(package="base")), sep="\n")}\keyword{ utilities }\keyword{ documentation }