na_n: Counts how many values are NA

Description Usage Arguments Examples

View source: R/na_n.R

Description

Returns the number of values that are NA

Usage

1
2
3

Arguments

x

object to count how many values are NA

Examples

1
  x <- c( 1, NA, NA, 3:6 )

decisionpatterns/na.actions documentation built on Aug. 25, 2020, 8:04 p.m.