R/pander_table.R
pander_table.Rd
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
TRUE
spec <- load_spec_ex() if (FALSE) { # \dontrun{ pander_table_df(spec) pander_table(spec) } # }