powered by
my.table
eql(x, y)
eql(c(1,2,3),c(1,3)) #> TRUE FALSE FALSE eql(c(1,2,3),c(1,2)) #> TRUE TRUE FALSE eql(c(NA,NaN,2,NA,3),c(NA,NaN,1,2,3)) #> TRUE TRUE FALSE FALSE
Run the code above in your browser using DataLab