pander.tabular | R Documentation |
Renders an tabular object in Pandoc's markdown.
## S3 method for class 'tabular' pander( x, caption = attr(x, "caption"), emphasize.rownames = TRUE, digits = panderOptions("digits"), ... )
x |
an function object |
caption |
caption (string) to be shown under the table |
emphasize.rownames |
(defaut: |
digits |
number of digits of precision |
... |
optional parameters passed to raw |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.