pander.CrossTable | R Documentation |
Prints a CrossTable object in Pandoc's markdown.
## S3 method for class 'CrossTable'
pander(
x,
caption = attr(x, "caption"),
digits = panderOptions("digits"),
total.r = x$total.r,
total.c = x$total.c,
...
)
x |
a CrossTable object |
caption |
caption (string) to be shown under the table |
digits |
number of digits of precision |
total.r |
if to print row totals. Default values is taken from CrossTable object |
total.c |
if to print column totals. Default values is taken from CrossTable object |
... |
optional parameters passed to raw |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.