Prints a formatted SPSS-like crosstable created by cross_tab().
# S3 method for spicy_cross_table
print(x, digits = NULL, decimal_mark = NULL, ...)A spicy_cross_table object.
Optional integer; number of decimal places to display for cell values. Defaults to the value stored in the object.
Optional character ("." or ",") used as the
decimal mark. Defaults to the value stored in the object.
Additional arguments passed to internal formatting functions.