Requires the pander package to be installed. pander_table_df actually formats the table.

pander_table(x, ...)

pander_table_df(x, long = FALSE, ...)

Arguments

x

a spec object

...

passed to other functions

long

if TRUE, then the table is made in a longer format

Examples

spec <- load_spec_ex()

if (FALSE) {
pander_table_df(spec)

pander_table(spec)
}