Learn R Programming

tablesgg (version 0.9-1)

print.summary.textTable: Print the Dimensions of a Table and Its Parts

Description

Print method for summary.textTable objects. The dimensions of a table and its parts are printed. This is an internal function, not intended to be called directly by package users.

Usage

# S3 method for summary.textTable
print(x, ...)

Value

x is returned, invisibly.

Arguments

x

A summary.textTable object.

...

Additional arguments, ignored with a warning. (Included for compatibility with the generic.)