Q25
How is a character string converted to a numeric vector in R using the as.numeric() function?
A.
as.numeric("123")
AnswerB.
numeric("123")
C.
convert_numeric("123")
D.
to_numeric("123")
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board