Skip to contents

See report for the generic dispatcher. This function assembles a temporary `.Rmd` file with the same content as report_html (site, cross-system summary, classification cards, horizons, provenance) and renders it via rmarkdown::render().

Usage

report_pdf(x, file, pedon = NULL, title = NULL, ...)

Arguments

x

A ClassificationResult, list of results, or PedonRecord.

file

Output .pdf path.

pedon

Optional PedonRecord.

title

Report title.

...

Passed to rmarkdown::render().

Value

The output path, invisibly.