pander.describe: Pander method for describe class

View source: R/S3.R

pander.describeR Documentation

Pander method for describe class

Description

Prints a describe object in Pandoc's markdown.

Usage

## S3 method for class '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


pander documentation built on March 18, 2022, 6:39 p.m.