pander.describe {pander} | R Documentation |
Pander method for describe class
Description
Prints a describe object in Pandoc's markdown.
Usage
## S3 method for class 'describe'
pander(x, caption = attr(x, "caption"), digits = panderOptions("digits"), ...)
Arguments
x |
an describe object |
caption |
caption (string) to be shown under the table |
digits |
number of digits of precision |
... |
optional parameters passed to raw |
[Package pander version 0.6.5 Index]