Skip to content

Add table of comparison operators #184

@kelly-sovacool

Description

@kelly-sovacool
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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions