Q. Which of the following code snippet will create a vector with NAs in it?
β
Correct Answer: (A)
x >- c(1, 2, NA, 10, 3)
You must be Logged in to update hint/solution