sum_na: Count the number of NA in an object

View source: R/data_transformation.R

sum_naR Documentation

Count the number of NA in an object

Description

Count the number of NA in an object

Usage

sum_na(x)

Arguments

x

The vector the calculate the number of NA elements

Value

An integer of the number of NA values in x.


stuart-morrison/sumo documentation built on Jan. 2, 2025, 8:45 p.m.