report: Produce Output using Pandoc tables

View source: R/reports.R

reportR Documentation

Produce Output using Pandoc tables

Description

The report function will produce ASCII formated output. This includes both custom and pandoc tables and figures.

Usage

report(object, style = "multiline", plots = FALSE, round = 4, ...)

Arguments

object

a R object from an fpr function.

style

a pandoc table style: simple, multiline, grid, or rmarkdown.

plots

a TRUE/FALSE boolean value indicating whether or not to perform include plots in the report.

round

The number of digits to round too when producing the report.

...

additional itemes to be passed to Pandoc for processing.

Value

a printed pander table and optional figures

Examples

m1<-descriptives(data=mtcars, vars=c("mpg","disp"), groupby=c("vs","am"))
report(m1)

jprice80/lmmaov documentation built on Sept. 6, 2024, 11:54 a.m.