tab_prime.Rd
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 |