Skip to contents

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

Usage

# S3 method for class 'spicy_freq_table'
print(x, ...)

Arguments

x

A data.frame of class "spicy_freq_table" as returned by freq() (with the default styled = TRUE). Rendering metadata is read from attributes set by freq().

...

Additional arguments (currently ignored).

Value

Invisibly returns x.