Description Usage Arguments Details Value Examples
Investigate missingness
1 2 3 4 5 |
x |
a vector with multiple elements |
These functions return the number of NA, NaN, or blank values in a vector. Such information can serve as a diagnostic or used outright, e.g. in longitudinal settings. If you are dealing with singletons, you should just use the underlying function, e.g. is.na. For total blank values, the stringi package is required.
For more in this realm, I suggest you visit naniar.
The number of non-elements so defined
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.