print.freq_table {frequency} | R Documentation |
S3 method for class 'freq_table'
## S3 method for class 'freq_table'
print(x, ...)
x |
object of class |
... |
optional arguments to |
# Suppress external output for examples
options(frequency_render = FALSE)
x <- freq(big5[1])
print(x)
print(x[[1]])