-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
4-r-data-analysisLesson 4Lesson 4
Description
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
Labels
4-r-data-analysisLesson 4Lesson 4