WriteReport: Write a report

Description Usage Arguments Details Value

View source: R/writeReport.R

Description

Create a pdf with basic information about the VRAP output.

Usage

1
WriteReport(InFile = NULL, OutFileBase = NULL, show.file = FALSE)

Arguments

InFile

the .rav input file.

OutFileBase

If OutFileBase is NULL, the VRAP output files are assumed to be in the same directory as InFile and named InFile.sum, InFile.byr, InFile.esc. Thus they have the same basename. If this is not the case, then OutFileBase can be passed in.

show.file

Whether to open the pdf after it is produced.

Details

knit2pdf is used to create the pdf using Report-knitr-ER.xRnw or Report-knitr-Pop.xRnw (Sweave files) in inst/doc.

Value

Nothing. The pdf is made and saved.


eeholmes/VRAP documentation built on May 28, 2019, 8:24 a.m.