| nmissing | R Documentation |
Returns the number of NA's in a vector.
nmissing(x)
x |
A vector. |
An integer equal to sum(is.na(x)).
Benjamin Rich <mail@benjaminrich.net>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.