print.tab: Print a tab object

Description Usage Arguments Value 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

Value

No return value, called for side effects

Examples

1
2
frequency <- tab(cardata, make, sort = TRUE, na.rm = FALSE)
print(frequency)

qacBase documentation built on Feb. 10, 2022, 1:07 a.m.