print.tab: Print a tab object

View source: R/print.tab.R

print.tabR Documentation

Print a tab object

Description

Print the results of calculating a frequency table

Usage

## 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

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

Rkabacoff/qacBase documentation built on June 23, 2022, 7:13 p.m.