| count_missing {mlr3misc} | R Documentation |
sum(is.na(x)), but without the allocation.Count Missing Values in a Vector
Same as sum(is.na(x)), but without the allocation.
count_missing(x)
x |
|
(integer(1)) number of missing values.
count_missing(c(1, 2, NA, 4, NA))