R/print.tab.R
print.tab.Rd
Print the results of calculating a frequency table
# S3 method for tab print(x, ...)
An object of class tab
tab
Parameters passed to the print function
if (FALSE) { frequency <- tab(venues, type, sort = TRUE, na.rm = FALSE) print(frequency) }