Prints a character_table object.
# S3 method for character_table
print(x, digits = 2, percent = NULL,
zero.replace = NULL, ...)
The character_table object
Integer values specifying the number of digits to be printed.
logical. If TRUE
output given as percent. If
FALSE
the output is proportion. If NULL
uses the value from
termco
. Only used if label
is TRUE
.
Value to replace 0 values with. If NULL
uses the
value from termco
. Only used if label
is
TRUE
.
ignored