summary_length: Length function

Description Usage Arguments Value Author(s) Examples

View source: R/summary_functions.R

Description

Length function

Usage

1

Arguments

x

An R object, a vector or a factor

...

Additional arguments.

Value

The length of the R object.

Author(s)

Shadrack Kibet

Examples

1
2
x <- c(1:5, NA, NA, NA, 6:10)
summary_length(x, na.rm = TRUE, na_type = "n", na_max_n = 2)

shadrackkibet/summaryR documentation built on Jan. 2, 2020, 12:54 a.m.