Learn R Programming

pander (version 0.5.0)

pander.aovlist: Pander method for aovlist class

Description

Prints an aovlist object in Pandoc's markdown.

Usage

## S3 method for class 'aovlist':
pander(x, caption = attr(x, "caption"), ...)

Arguments

x
an aovlist object
caption
caption (string) to be shown under the table
...
optional parameters passed to raw pandoc.table function