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