[R] is.all.equal

hadley wickham h.wickham at gmail.com
Sun Jun 26 17:57:43 CEST 2005


Hi,

The description of all.equal states "is.all.equal should be used for
programming, typically in if expressions. It is a simple wrapper using
identical as shown in the documentation there.", but is.all.equal is
not explicitly defined there (although there is a hint in the comments
that is.all.equal <- function(x,y) isTRUE(all.equal(x,y))).

Could the documentation be corrected? (or even better, how about
defining is.all.equal by default)

Thanks,

Hadley




More information about the R-help mailing list