# A condition is a question that returns TRUE or FALSE. # If the condition is TRUE, R runs the code inside { }. # If the condition is FALSE, nothing happens.