report: Produce Output using Pandoc tables

Description Usage Arguments Value Examples

View source: R/reports.R

Description

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

Usage

1
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

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

jprice80/fullprocs documentation built on June 13, 2020, 11:09 p.m.