report: Create a report from JJM outputs

View source: R/reports.R

reportR Documentation

Create a report from JJM outputs

Description

Function to create and save reports in PDF and MS Word formats.

Usage

report(object, format, output, tangle = FALSE, tidy = TRUE, ...)

Arguments

object

The object to create the report with, can be of classes 'jjm.output' or 'jjm.diag' as created with readJJM or diagnostics.

format

Format for the report: either "pdf", "html" or "word".

output

Path to save the report, by default the working directory.

tangle

Boolean, if TRUE the R script to create the report is produced.

tidy

Boolean, if TRUE the intermediate files (Rmd, tex) are deleted.

...

Extra arguments

Examples

## Not run: 
report(mod0.0)

## End(Not run)

SPRFMO/jjmr documentation built on Aug. 6, 2024, 3:12 p.m.