mean_na: Proportion of values that are NA.

View source: R/mean_na.R

mean_naR Documentation

Proportion of values that are NA.

Description

Proportion of values that are NA.

Usage

mean_na(v)

Arguments

v

A vector.

Value

A double, mean(is.na(v)).


HughParsonage/hutils documentation built on Feb. 12, 2023, 8:26 a.m.