Learn R Programming

do (version 1.9.0.0)

table_NA: Count NA

Description

Count NA

Usage

table_NA(x)

Arguments

x

object

Value

NA and Not count

Examples

Run this code
# NOT RUN {
a <- c(1,2,3,1,NA,NA)
table_NA(a)
# }

Run the code above in your browser using DataLab