Q. What is the correct way to access the second element of a vector named my_vector in R? (A) my_vector(2) (B) my_vector[2] (C) my_vector.2 (D) my_vector[[2]] ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) my_vector[2]