Vidyalelo
R Programming · Q25

Data Structures in R Programming

Programming · R Programming · question 25

Q25

How is a character string converted to a numeric vector in R using the as.numeric() function?

A.
as.numeric("123")
Answer
B.
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