pander.data.frame {pander} | R Documentation |
Prints a data.frame object in Pandoc's markdown.
## S3 method for class 'data.frame' pander(x, caption = attr(x, "caption"), ...)
x |
a data.frame object |
caption |
caption (string) to be shown under the table |
... |
optional parameters passed to raw |