Q. What will be the output of the following R code?
> x <- list(aardvark = 1:5)
> x[["a", exact = FALSE]]
β
Correct Answer: (A)
1 2 3 4 5