pander_table | R Documentation |
Requires the pander package to be installed. pander_table_df actually formats the table.
pander_table(x, ...)
pander_table_df(x, long = FALSE, ...)
x |
a spec object |
... |
passed to other functions |
long |
if |
spec <- load_spec_ex()
## Not run:
pander_table_df(spec)
pander_table(spec)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.