Learn R Programming

profilr (version 0.1.0)

frequent_values: Find the least or most frequent occuring values in an atomic vector..

Description

frequent_values takes a vector and returns the n least or most occuring values.

Usage

frequent_values(.x, n = 5L, type = "most")

Arguments

.x
something.
n
something.
type
something.

Value

a vector.