pander (version 0.6.3)

pander.cast_df: Pander method for cast_df class

Description

Prints a cast_df object in Pandoc's markdown.

Usage

# S3 method for cast_df
pander(x, caption = attr(x, "caption"), ...)

Arguments

x

a cast_df object

caption

caption (string) to be shown under the table

...

optional parameters passed to raw pandoc.table function