is_vector_all_na | R Documentation |
Checks if the passed vector contains only NAs.
is_vector_all_na(value)
value |
The value to check |
## Not run:
# For assertion
assertthat::assert_that(
qscheck::is_vector_all_na(my_parameter)
)
# For check
if (qscheck::is_vector_all_na(my_parameter)) {}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.