basic.tmPrint {TableMonster} | R Documentation |
Simple Call to print.TableMonster
Description
For a generic table ready data.frame, 'x', the call basic.tmPrint(x) produces booktabs style latex table suitable for publication
Usage
basic.tmPrint(x, special = NULL, simple = FALSE, dbg = FALSE, ...)
Arguments
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 |
Value
An invisible version of the argument 'x'
Author(s)
Grant Izmirlian
[Package TableMonster version 1.7.5 Index]