pander.data.frame: Pander method for data.frame class

View source: R/S3.R

pander.data.frameR Documentation

Pander method for data.frame class

Description

Prints a data.frame object in Pandoc's markdown.

Usage

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

Arguments

x

a data.frame object

caption

caption (string) to be shown under the table

...

optional parameters passed to raw pandoc.table function


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