Pander method for CrossTable class
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 |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.