length_na: Calculate length of NAs in a vector

View source: R/calculations.R

length_naR Documentation

Calculate length of NAs in a vector

Description

length_na is a function that computes how many NA values there are in a vector

Usage

length_na(x)

Arguments

x

Vector

Details

Used in scripts: Robust function: TRUE

Value

length_na returns the number of NAs in a vector.


AndreSjuve/dretools documentation built on Dec. 4, 2024, 3:12 a.m.