Learn R Programming

pander (version 0.5.1)

pander.formula: Pander method for formula class

Description

Prints a formula object in Pandoc's markdown.

Usage

## S3 method for class 'formula':
pander(x, max.width = 80, caption = attr(x, "caption"),
  ...)

Arguments

x
a formula object
max.width
maximum width in characters per line
caption
caption (string) to be shown under the formula
...
optional parameters passed to raw pandoc.table function