[R] is.all.equal

Uwe Ligges ligges at statistik.uni-dortmund.de
Mon Jun 27 08:53:56 CEST 2005


hadley wickham wrote:

> 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))).

Where is this documented (including version of the source)?
My recent versions of ?all.equal do not mentio it (at least, I cannot 
find it).

Uwe Ligges

> Could the documentation be corrected? (or even better, how about
> defining is.all.equal by default)
> 
> Thanks,
> 
> Hadley
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html




More information about the R-help mailing list