is_na_value | R Documentation |
Allows to check if a given value is a single NA value, regardless of its NA type.
is_na_value(value)
value |
The value to check |
## Not run:
assertthat::assert_that(
qscheck::is_na_value(value)
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.