class.stats: Filter by class

View source: R/dostats.R

class.statsR Documentation

Filter by class

Description

Filter by class

Usage

class.stats(.class)

numeric.stats(x, ...)

factor.stats(x, ...)

integer.stats(x, ...)

Arguments

.class

string for class to filter by

x

vector of any class

...

passed to dostats

Value

data frame of computed statistics if x is of class .class otherwise returns NULL.

Functions

  • numeric.stats: Numeric class statistics

  • factor.stats: Factor class statistics

  • integer.stats: Integer class statistics @export

See Also

dostats


dostats documentation built on May 11, 2022, 1:08 a.m.