Learn R Programming

frequency (version 0.4.1)

print.freq_table: Print frequency tables

Description

S3 method for class 'freq_table'

Usage

# S3 method for freq_table
print(x, ...)

Arguments

x

object of class freq.table

...

optional arguments to data.frame

Examples

Run this code
# 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