Introduction
Logical operators help you check if conditions are true or false. They let you combine or change these true/false checks easily.
When you want to check if two things are both true at the same time.
When you want to see if at least one of many things is true.
When you want to reverse a true or false answer.
When you want to test conditions on many items in a list or vector.
When you want to test just the first item in a list or vector for a quick decision.