Learn R Programming

datamart (version 0.4.2)

SweaveReport-class: Wrapper for Sweave and pdf

Description

The main S4 class in this framework is SweaveReport. 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 ''
verbose
diagnostic messages T/F
clss
class of the constructed object, default 'SweaveReport'
...
number of targets

Value

  • generic

Examples

Run this code
getSlots("SweaveReport")

Run the code above in your browser using DataLab