Print the results of calculating a frequency table

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

Arguments

x

An object of class tab

...

Parameters passed to the print function

Examples

if (FALSE) { frequency <- tab(venues, type, sort = TRUE, na.rm = FALSE) print(frequency) }