| print.freq_table {frequency} | R Documentation | 
Print frequency tables
Description
S3 method for class 'freq_table'
Usage
## S3 method for class 'freq_table'
print(x, ...)
Arguments
x | 
 object of class   | 
... | 
 optional arguments to   | 
Examples
# Suppress external output for examples
options(frequency_render = FALSE)
x <- freq(big5[1])
print(x)
print(x[[1]])
[Package frequency version 0.4.1 Index]