missing_count {shinyr} | R Documentation |
Missing Count
Description
Count the number of missing values in a vector.
Usage
missing_count(x)
Arguments
x |
vector |
Details
missing_count
Value
Number of missing values in the given set of values
Author(s)
Jayachandra N
Examples
missing_count(c(1,2,3))
missing_count(c(NA, 1, NA, "NULL", ""))
[Package shinyr version 0.4.2 Index]