Learn R Programming

datamart (version 0.5.2)

SweaveReport-class: Wrapper for Sweave and pdf

Description

This class provides the basis to build dynamic reports using LaTeX and resource from a datamart. You can create a report with swvreport, which takes a sweave file name. The generic method put can then be used to actually produce the report in pdf format.

see class SweaveReport for details.

Usage

swvreport(tpl, name = NULL, clss = "SweaveReport", verbose = getOption("verbose"), ...)

Arguments

tpl
path to markdown template file
name
name of the Report, default ''
clss
class of the constructed object, default 'SweaveReport'
verbose
diagnostic messages T/F
...
additional arguments, currently unused.

Value

generic

See Also

swvreport

Examples

Run this code
getSlots("SweaveReport")

Run the code above in your browser using DataLab