Pander method for data.table class
Prints a data.table object in Pandoc's markdown. Data.tables drop attributes (like row names) when called.
## S3 method for class 'data.table' pander(x, caption = attr(x, "caption"), keys.as.row.names = TRUE, ...)
x |
a data.table object |
caption |
caption (string) to be shown under the table |
keys.as.row.names |
controls whether to use data.table key as row names when calling pandoc.table |
... |
optional parameters passed to raw |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.