print.freq_table: Print frequency tables

Description Usage Arguments Examples

View source: R/freq_table.R

Description

S3 method for class 'freq_table'

Usage

1
2
## S3 method for class 'freq_table'
print(x, ...)

Arguments

x

object of class freq.table

...

optional arguments to data.frame

Examples

1
2
3
4
5
6
# Suppress external output for examples
options(frequency_render = FALSE)

x <- freq(big5[1])
print(x)
print(x[[1]])

wilcoxa/frequencies documentation built on Jan. 22, 2021, 6:40 p.m.