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, ...)
An invisible version of the argument 'x'
A table ready data.frame
Special arguments to print.TableMonster. See object documentation.
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.
set to a value >= 1 for debugging
other arguments to print.TableMonster
Grant Izmirlian