Description Usage Arguments Value Examples
Count the number of NA
1
count_na(x)
x
A vector or matrix or array
An integer
1 2
count_na( c(1,NA, 2, NA, 3) ) count_na( array(1:64, dim = c(4,4,4)) )
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.