Skip to content
Prev 200114 / 398506 Next

data frame subsets?

On Nov 12, 2009, at 10:57 PM, Douglas M. Hultstrand wrote:

            
Instead of using "&&" , use "&". It is the vectorized version of the  
AND operation. "&&" only operated on the first two elements and  
returned a scalar rather than the vector you needed.