SweaveOptions-class {DynDoc} | R Documentation |
A small class designed to hold a set of Sweave options
Objects can be created by calls of the form new("SweaveOptions", ...)
.
options
:Object of class "list"
A list of
strings representing options from a Sweave document.
signature(object = "SweaveOptions")
: Outputs the options
signature(object = "SweaveOptions")
:
Retrieves the options
signature(object = "SweaveOptions")
:
Returns the number of options
Jeff Gentry