pander (version 0.6.5)

pander.prcomp: Pander method for prcomp class

Description

Prints a prcomp object in Pandoc's markdown.

Usage

# S3 method for prcomp
pander(x, caption = attr(x, "caption"), ...)

Arguments

x

a prcomp object

caption

caption (string) to be shown under the table

...

optional parameters passed to raw pandoc.table function