SweaveOptions-class {DynDoc} | R Documentation |
Class "SweaveOptions", a class to handle options in Sweave
Description
A small class designed to hold a set of Sweave options
Objects from the Class
Objects can be created by calls of the form new("SweaveOptions", ...)
.
Slots
options
:Object of class
"list"
A list of strings representing options from a Sweave document.
Methods
- show
signature(object = "SweaveOptions")
: Outputs the options- getOptions
signature(object = "SweaveOptions")
: Retrieves the options- numOptions
signature(object = "SweaveOptions")
: Returns the number of options
Author(s)
Jeff Gentry
See Also
[Package DynDoc version 1.74.0 Index]