na_equal
is validatedCode
vec_equal(1, 1, na_equal = 1)
Condition
Error in `vec_equal()`:
! `na_equal` must be `TRUE` or `FALSE`, not the number 1.
Code
vec_equal(1, 1, na_equal = c(TRUE, FALSE))
Condition
Error in `vec_equal()`:
! `na_equal` must be `TRUE` or `FALSE`, not a logical vector.
na_equal
Code
vec_equal(NA, NA, na_equal = NA)
Condition
Error in `vec_equal()`:
! `na_equal` must be `TRUE` or `FALSE`, not `NA`.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.