Code
where(NA)
Condition
Error in `where()`:
! Can't convert `fn`, a logical vector, to a function.
Code
select_loc(iris, where(~NA))
Condition
Error in `where()`:
! Predicate must return `TRUE` or `FALSE`, not `NA`.
Code
select_loc(iris, where(~1))
Condition
Error in `where()`:
! Predicate must return `TRUE` or `FALSE`, not the number 1.
Code
select_loc(iris, where(mean))
Condition
Error in `where()`:
! Predicate must return `TRUE` or `FALSE`, not the number 5.84.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.