View source: R/table-tabular.R
tab_prime | R Documentation |
Prime a data frame for inclusion into a latex table
tab_prime(data, escape_fun = tab_escape)
tab_escape(string, esc = getOption("pmtables.escape", c("_", "%")), ...)
data |
a data frame |
escape_fun |
a function to sanitize data frame contents |
string |
data to sanitize |
esc |
a character vector of strings to escape |
... |
used only to allow arguments through |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.