Suppose you have created the following objects in R: var1 <- 2:5 var2 <- c(TRUE, FALSE) What is the output of the following operation?
var1 var2
a) 2,3,4,5
b) 2,0,4,0
c) 2,5,0,2
d) None of the above