Learn R Programming

shinyr (version 0.4.2)

missing_count: Missing Count

Description

Count the number of missing values in a vector.

Usage

missing_count(x)

Value

Number of missing values in the given set of values

Arguments

x

vector

Author

Jayachandra N

Details

missing_count

Examples

Run this code
missing_count(c(1,2,3))
missing_count(c(NA, 1, NA, "NULL", ""))

Run the code above in your browser using DataLab