We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can use the following logical operators in R:
==
>
<
>=
!=
!x
x & y
isTRUE(x)
Thanks to the Quick-R Guide