na_count: Count Missing

Description Usage Arguments Value Examples

Description

Count Missing

Usage

1

Arguments

x

Vector

Value

integer for number of missing

Examples

1
2
3
4
5
6
7
8
9
x = 1:100
ind = sample(1:100, 10, replace = F)
x[ind] = NA

x = 1:200
na_count(x)

x[ind] = NA
na_count(x)

Ajfrick/AVRCHelp documentation built on May 28, 2019, 1:34 a.m.