formatClassSlots {RGtkViewers} | R Documentation |
This creates HTML content describing the slots defined for an S4 class.
formatClassSlots(slots, className)
slots |
either a named list containing the character vectors
for the slots defined by the classes given in the names attribute,
or a simple named character vector giving the slot
types and indexed by the names of the slots (as the names() attribute). |
className |
the name of the S4 class being documented. |
A character vector of length 1 giving the generated HTML content.
Duncan Temple Lang <duncan@research.bell-labs.com>
http://www.omegahat.org/RGtk, http://www.gtk.org