Learn R Programming

spicy (version 0.6.0)

print.spicy_cross_table: Print method for spicy_cross_table objects

Description

Prints a formatted SPSS-like crosstable created by cross_tab().

Usage

# S3 method for spicy_cross_table
print(x, digits = NULL, ...)

Arguments

x

A spicy_cross_table object.

digits

Optional integer; number of decimal places to display. Defaults to the value stored in the object.

...

Additional arguments passed to internal formatting functions.