pander.cast_df {pander} | R Documentation |
Pander method for cast_df class
Description
Prints a cast_df object in Pandoc's markdown.
Usage
## S3 method for class '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 |
[Package pander version 0.6.5 Index]