Skip to contents

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

Usage

# S3 method for class 'spicy_categorical_table'
print(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).

Value

Invisibly returns x.