print.tab: Print a tab object

Description Usage Arguments Examples

View source: R/print.tab.R

Description

Print the results of calculating a frequency table

Usage

1
2
## S3 method for class 'tab'
print(x, ...)

Arguments

x

An object of class tab

...

Parameters passed to the print function

Examples

1
2
3
4
5
## Not run: 
frequency <- tab(venues, type, sort = TRUE, na.rm = FALSE)
print(frequency)

## End(Not run)

Rkabacoff/qacr documentation built on March 20, 2021, 3:03 p.m.