Skip to content

Commit

Permalink
Update Operators.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siobhanschenk authored Feb 8, 2024
1 parent c0d6f94 commit 27aec21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/Operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The mean is 6.1875

Let's say we only want part of the entire dataset we have. This is achieved with the `subset()` command. Here are a list of operators you might use:

- `==` equal to
- `==` exactly equal to **Note, the single equal sign `=` is the same as the "arrow symbol" `<-` and is used to assing variables. Thereofre, `=` is NOT an operator.
- `!=` not equal to
- `>` greater than (only works with numeric or integer variables)
- `>=` greater or equal to (only works with numeric or integer variables)
Expand Down

0 comments on commit 27aec21

Please sign in to comment.