report: Output report from results

reportR Documentation

Output report from results

Description

This method can be used to format results in a way that can directly be included in a report or manuscript.

Usage

report(x, headingLevel = 3, quiet = TRUE, ...)

## Default S3 method:
report(x, headingLevel = 3, quiet = TRUE, ...)

Arguments

x

The object to show.

headingLevel

The level of the Markdown heading to provide; basically the number of hashes ('⁠#⁠') to prepend to the headings.

quiet

Passed on to knitr::knit() whether it should b chatty (FALSE) or quiet (TRUE).

...

Passed to the specific method; for the default method, this is passed to the print method.


ufs documentation built on July 9, 2023, 6:07 p.m.

Related to report in ufs...