Learn R Programming

qdap (version 0.2.5)

print.character.table: Prints a character.table object

Description

Prints a character.table object.

Usage

## S3 method for class 'character.table':
print(x, digits = 2,
    percent = NULL, zero.replace = NULL, ...)

Arguments

x
The character.table object
digits
Integer values specifying the number of digits to be printed.
percent
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
zero.replace
Value to replace 0 values with. If NULL uses the value from termco. Only used if label is TRUE.
...
ignored