Que: What is the mode of b in the following R code?

b <- c(TRUE, TRUE, 1)
a. Numeric
b. Character
c. Integer
d. Logical
Answer: Numeric

Leave a Comment