View source: R/count_missing.R
| count_missing | R Documentation |
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.