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