pander.ts: Pander method for timeseries class
Description
Prints a timeseries object in Pandoc's markdown.
Usage
# S3 method for ts
pander(x, caption = attr(x, "caption"), ...)
Arguments
- x
a timeseries object
- caption
caption (string) to be shown under the table
- ...
optional parameters passed to raw pandoc.table
function