fcount: Count the frequency of each factor element

Description Usage Arguments Value Examples

View source: R/fcount.R

Description

Count the frequency of each factor element

Usage

1
fcount(x)

Arguments

x

factor vector

Value

frequency table (matrix)

Examples

1
fcount(as.factor("a", "b", "c", "c", "d", "d", "d", "d"))

sooyoung1021/practice documentation built on Jan. 27, 2021, 12:19 a.m.