Exercises
What is the class and length of the following vectors?
c(1, 0, FALSE)c('hello', 'world', c(1, FALSE))c(TRUE * 3, FALSE)
What is the class and length of the following vectors?
c(1, 0, FALSE)c('hello', 'world', c(1, FALSE))c(TRUE * 3, FALSE)