Learn R Programming

RSDA (version 2.0.8)

pander.sym.data.table: Pander method for symbolic data table

Description

Prints a symbolic data table in Pandoc's markdown

Usage

# S3 method for sym.data.table
pander(x, caption = attr(x, "caption"), ...)

Arguments

x

a symbolic data table

caption

caption (string) to be shown under the table

...

optional parameters passed to raw pandoc.table function