Question: A list named `a` is created using the statement below. Which choice returns TRUE?

  1. is.list(a[1])
  2. is.numeric(a[1])
  3. is.logical(a[1])
  4. is.character(a[1])

Answer: The correct answer of the above question is Option A:is.list(a[1])