Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add table of comparison operators #184

Open
kelly-sovacool opened this issue Oct 21, 2022 · 0 comments
Open

Add table of comparison operators #184

kelly-sovacool opened this issue Oct 21, 2022 · 0 comments
Labels

Comments

@kelly-sovacool
Copy link
Member

kelly-sovacool commented Oct 21, 2022

Comparison operators return TRUE or FALSE. There are many useful comparison operators in R:

| operator | meaning |
|----------|---------|
| `==`     | equal   |
| `!=`     | not equal |
| `<`      | less than |
| `>`      | greater than |
| `<=`     | less than or equal to |
| `>=`     | greater than or equal to |

Also need & (and) and | (or).

This should go near where they're first introduced.

@kelly-sovacool kelly-sovacool changed the title Add comparison operators Add table of comparison operators Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant