basic.tmPrint | R Documentation |
For a generic table ready data.frame, 'x', the call basic.tmPrint(x) produces booktabs style latex table suitable for publication
basic.tmPrint(x, special = NULL, simple = FALSE, dbg = FALSE, ...)
x |
A table ready data.frame |
special |
Special arguments to print.TableMonster. See object documentation. |
simple |
The remnants of a call to the print method, e.g. if x is a table ready data.frame then print(x, simple=TRUE) calls this function. |
dbg |
set to a value >= 1 for debugging |
... |
other arguments to print.TableMonster |
An invisible version of the argument 'x'
Grant Izmirlian
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.