print.tab {qacBase} | R 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 |
... |
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)
[Package qacBase version 1.0.3 Index]