Q. What will be the output of the following R code?
x<- c (“a”,” b”)
as.numeric(x)
x<- c (“a”,” b”)
as.numeric(x)
β
Correct Answer: (C)
[1] NA NA (Warning message: NAs introduced by coercion)