Learn R Programming

spicy (version 0.11.0)

print.spicy_categorical_table: Print method for categorical summary tables

Description

Formats and prints a spicy_categorical_table object as a styled ASCII table using spicy_print_table().

Usage

# S3 method for spicy_categorical_table
print(x, ...)

Value

Invisibly returns x.

Arguments

x

A data.frame of class "spicy_categorical_table" as returned by table_categorical() with output = "default" and styled = TRUE.

...

Additional arguments (currently ignored).

See Also

table_categorical(), spicy_print_table()