R: Logical operators: Beware of the difference between “&&” and “&”
Friday, September 12th, 2008There’s a tricky bit about R’s logical operators, and though it’s described in the help pages that you get when you type, for example,
?”&”
I still fall from it from time to time. (I think it has to do with my rudimentary knowledge and usage of “&&” for if-statements in bash shell scripts.
Below I just go […]