lengthNOTna: Length without NAs

View source: R/snippets.R

lengthNOTnaR Documentation

Length without NAs

Description

Length without NAs

Usage

lengthNOTna(x)

Arguments

x

a vector

Value

The length of the vector when NAs are excluded

Examples

x <- c(5,12,NA,4)
lengthNOTna(x)

ilapros/ilaprosUtils documentation built on April 6, 2023, 4:44 a.m.