Q. What will be the output of the following R code?
x <- c("a", "b", "c")
> as.numeric(x)
x <- c("a", "b", "c")
> as.numeric(x)
β
Correct Answer: (A)
Warning
You must be Logged in to update hint/solution