Q. How is a character string converted to a numeric vector in R using the as.numeric() function?
β
Correct Answer: (A)
as.numeric("123")
You must be Logged in to update hint/solution