From 27aec216bce90d5222e5968edd75e7a76132935c Mon Sep 17 00:00:00 2001 From: Siobhan Schenk <35807279+siobhanschenk@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:13:40 -0800 Subject: [PATCH] Update Operators.md --- content/Operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Operators.md b/content/Operators.md index 64d68dd..2bf851b 100644 --- a/content/Operators.md +++ b/content/Operators.md @@ -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)