powered by
S3 method for class 'freq_table'
# S3 method for freq_table print(x, ...)
object of class freq.table
freq.table
optional arguments to data.frame
data.frame
# NOT RUN { # Suppress external output for examples options(frequency_render = FALSE) x <- freq(big5[1]) print(x) print(x[[1]]) # }
Run the code above in your browser using DataLab