Closed hadley closed 2 years ago
every()
TRUE
FALSE
class()
inherits()
%@%
Looks good, thank you so much!
FYI purrr is now scheduled for release to CRAN on Dec 19
every()
now checks that the predicate function returns a singleTRUE
orFALSE
, so I switched from comparing the results ofclass()
to usinginherits()
.%@%
has been deprecated so I replaced it with a pair of helper functions.