Learn R Programming

do (version 2.0.0.1)

table_NA: Count NA

Description

Count NA

Usage

table_NA(x)

Value

NA and Not count

Arguments

x

object

Examples

Run this code
a <- c(1,2,3,1,NA,NA)
table_NA(a)

Run the code above in your browser using DataLab