HTMLReport-class | R Documentation |
"HTMLReport"
This class has been superceded by HTMLReportRef
and is
deprecated. The HTMLReport
constructor function now creates an
HTMLReportRef
object.
Objects can be created by calls of the form new("HTMLReport", ...)
.
baseUrl
:What is the base URL to which the HTMLReport's filename is appended.
basePath
:What is the base file system URI to which the HTMLReport's filename is appended.
page
: The connection to the html file. See openPage
in the hwriter
package.
shortName
:A character string used as the base of the filename. '.html' is appended to the shortName to make the full file name.
title
:The title of the HTMLReport. This is used as the page title in the header, and is also printed on the page.
reportDirectory
:A file path that details where the report will be saved.
Class "BaseReport"
, directly.
Return the basePath for the HTMLReport
Return the baseUrl for the HTMLReport
Return the file name of the HTMLReport. This is generated by adding '.html' to the shortName of the report.
This is the final step in publishing results to an HTMLReport. It prints the closing tags for the html body, and then closes the connection to the html file. Further calls to publish will fail because the connection is closed.
Set the short name for the html file.
Returns the connection to the html file.
Set the connection to the html file.
Is the connection to the html file still open? If finish has been called, this will return FALSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.