pander (version 0.6.0)

pander.describe: Pander method for describe class

Description

Prints a describe object in Pandoc's markdown.

Usage

# S3 method for describe
pander(x, caption = attr(x, "caption"),
  digits = panderOptions("digits"), ...)

Arguments

x

an describe object

caption

caption (string) to be shown under the table

digits

number of digits of precision

...

optional parameters passed to raw pandoc.table function