1.6 Logical vector + which() function (Extra)

How was the weather (variable Rain) on the day the minimum number of steps (variable Steps of the dataframe Pedometer) was measured?
Tip: Use the which() function. This function returns the indice(s) in which the value for a logical statement is true.