amount_factor: Count and identify the factors of a column

Description Usage Arguments Value Examples

View source: R/amount_factor.R

Description

Count and identify the factors of a column

Usage

1

Arguments

x

A dataframe column or vector

Value

Text showing the amount of factors and which factors. Not useful for piping.

Examples

1
2
some_levels <- as.factor(c("A", "A", "B", "C"))
amount_factor(some_levels)

Larsdegroot/Portfolio_exercise8 documentation built on Dec. 18, 2021, 4:31 a.m.