HTMLPage-class | R Documentation |
Class HTMLPage
and FramedHTMLPage
are a pair
of experimental classes used to explore concepts of representing HTML
pages using S4 objects.
fileName
:Object of class "character"
The
filename of the HTML page
pageText
:Object of class "character"
The text
of the HTML page
pageTitle
:Object of class "character"
The
title of the HTML page
topPage
:Object of class "HTMLPage"
The header
page for a FramedHTMLPage
sidePage
:Object of class "HTMLPage"
The side
index page for a FramedHTMLPage
mainPage
:Object of class "HTMLPage"
The
primary page for a FramedHTMLPage
signature(object = "HTMLPage")
: Describes
information about the page
signature(object = "HTMLPage")
: Gets the
fileName slot
signature(object = "HTMLPage")
: Gets the
pageText slot
signature(object = "HTMLPage")
: Gets the
pageTitle slot
signature(object = "HTMLPage")
: Writes the page
out to the file designated by the fileName slot
These classes are currently experimental.
FramedHTMLPage is modeled after the framing layout of the Bioconductor website (www.bioconductor.org).
Jeff Gentry
##---- Should be DIRECTLY executable !! ----
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.