Prints a CrossTable object in Pandoc's markdown.
# S3 method for CrossTable
pander(
x,
caption = attr(x, "caption"),
digits = panderOptions("digits"),
total.r = x$total.r,
total.c = x$total.c,
...
)
a CrossTable object
caption (string) to be shown under the table
number of digits of precision
if to print row totals. Default values is taken from CrossTable object
if to print column totals. Default values is taken from CrossTable object
optional parameters passed to raw pandoc.table
function