Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
The operators
&&and||are not vectorized in R so should not be used in expressions that will be applied in a vectorized fashion to data frames. TranslateANDandORto&and|instead. Consider adding a note and example to the README describing how these operators do not short circuit like SQL'sANDandORsometimes do.