Displaying 1 result from an estimated 1 matches for "356983".
Did you mean:
35683
2010 Aug 12
3
find value between two other numbers?
So basically I want to do this -
4 %in% 1:10
should return true
Would there be another way of doing this without having to do the 1:10 part?
I am using a very large data set and trying to do
459124 %in% 103000:983000
multiple times for many values, and it is taking quite a long time
Also, I would like to vary the x:y part, so I can't even make an object that
is c(x:y) and do a