Requires the pander package to be installed. pander_table_df actually formats the table.
pander_table(x, ...)
pander_table_df(x, long = FALSE, ...)
a spec object
passed to other functions
if TRUE
, then the table is made in a longer format
spec <- load_spec_ex()
if (FALSE) {
pander_table_df(spec)
pander_table(spec)
}