DynDoc (version 1.50.0)

SweaveOptions-class: Class "SweaveOptions", a class to handle options in Sweave

Description

A small class designed to hold a set of Sweave options

Arguments

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

See Also

Sweave, codeChunk