Learn R Programming

TableMonster (version 1.7.6)

basic.tmPrint: 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, ...)

Value

An invisible version of the argument 'x'

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

Author

Grant Izmirlian