Print method for categorical summary tables
Source:R/table_categorical_print.R
print.spicy_categorical_table.RdFormats 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.frameof class"spicy_categorical_table"as returned bytable_categorical()withoutput = "default"andstyled = TRUE.- ...
Additional arguments (currently ignored).