count_na: Count the number of NA observations

View source: R/count_na.r

count_naR Documentation

Count the number of NA observations

Description

Count the number of NA observations

Usage

count_na(x)

Arguments

x

A vector

Value

A numeric value

Examples


count_na(c(2,2,2))

count_na(c(2,2,NA))


vbfelix/relper documentation built on May 10, 2024, 10:50 p.m.