count_na() counts the amount of NA values in a vector.
Arguments
- x
An
atomicobject of any type.
Value
An integer number with the amount of NA values
in x.
See also
Other vector functions.:
drop_na(),
inbetween_integers()
count_na() counts the amount of NA values in a vector.
An atomic object of any type.
An integer number with the amount of NA values
in x.
Other vector functions.:
drop_na(),
inbetween_integers()