powered by
Compare two vectors
equal(a, b)over(a, b)lower(a, b)
over(a, b)
lower(a, b)
one vector
the other vector
the compared object
# NOT RUN { equal(letters,c('a','b')) over(1:10,5) over(1:10,5) # }
Run the code above in your browser using DataLab