SweaveReport-class: Wrapper for Sweave and pdf

Description Usage Arguments Value Author(s) See Also Examples

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

1
2
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

Author(s)

Karsten Weinert k.weinert@gmx.net

See Also

swvreport

Examples

1
getSlots("SweaveReport")

datamart documentation built on May 2, 2019, 9:40 a.m.