mode_pct: mode with %

View source: R/mode.R

mode_pctR Documentation

mode with %

Description

returns the mode of a vector with what percent of the data is the mode

Usage

mode_pct(x)

Arguments

x

a vector

Value

a unit character vector

Examples

c("b", "b", letters) %>% mode_pct()

validata documentation built on Feb. 26, 2026, 5:06 p.m.