Description Usage Arguments Author(s) Examples
View source: R/any_incomplete.R
Check if the matrix or dataframe contains any NA, NAN, NULL or ""
1 |
table |
A matrix or dataframe |
Peter I-Fan Wu
1 2 | mat=matrix(c(1:11,NA),nrow=3)
any_incomplete(mat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.