Introduction
The ifelse function helps you quickly choose values from two options based on a condition for many items at once.
You want to label numbers as 'big' or 'small' depending on their size.
You need to replace missing values in a list with a default value.
You want to create a new list showing 'pass' or 'fail' based on scores.
You want to change colors in a list based on a condition.