View source: R/table-tabular.R
make_tabular | R Documentation |
Create tabular environment from data frame
make_tabular(data, prime_fun = tab_prime, escape_fun = tab_escape, ...)
data |
a data.frame |
prime_fun |
a function to prime the data frame for rendering in TeX |
escape_fun |
a function to escape characters that have special meaning in TeX |
... |
not used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.