Description Usage Arguments Examples
is_na returns TRUE if x are all NA and otherwise
FALSE. Meanwhile any_na returns TRUE if x
contains any NAs (but not recursively to lists and pairlists), otherwise
FALSE, while is_scalar_na returns TRUE if x is
singular NA.
1 2 3 4 5 | is_na(x)
is_scalar_na(x)
any_na(x)
|
x |
object to test |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.