tests/testthat/_snaps/every-some-none.md

every() requires logical value

Code
  every(list(1:3), identity)
Condition
  Error in `every()`:
  ! `.p()` must return a single `TRUE` or `FALSE`, not an integer vector.
Code
  every(list(function() NULL), identity)
Condition
  Error in `every()`:
  ! `.p()` must return a single `TRUE` or `FALSE`, not a function.


Try the purrr package in your browser

Any scripts or data that you put into this service are public.

purrr documentation built on April 3, 2025, 6:13 p.m.