basic.tmPrint: Simple Call to print.TableMonster

basic.tmPrintR 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


TableMonster documentation built on April 3, 2025, 8:58 p.m.