preview_frequency_table: Preview Frequency Tables

Description Usage Arguments Value Examples

View source: R/preview-frequency-table.R

Description

Simple function showing frequencies of vector by combining results from table and prop.table.

Usage

1

Arguments

x

A vector.

...

Other arguments passed to table.

Value

A matrix with frequency values of a vector

Examples

1
preview_frequency_table(x = c("a", rep("b", 3)))

konradedgar/KEmisc documentation built on April 15, 2021, 1:50 p.m.