WriteReport | R Documentation |
Create a pdf with basic information about the VRAP output.
WriteReport(InFile = NULL, OutFileBase = NULL, show.file = FALSE)
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. |
knit2pdf is used to create the pdf using Report-knitr-ER.xRnw or Report-knitr-Pop.xRnw (Sweave files) in inst/doc.
Nothing. The pdf is made and saved.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.