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