Examveda

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

A. as.numeric("123")

B. numeric("123")

C. convert_numeric("123")

D. to_numeric("123")

Answer: Option A


This Question Belongs to R Programming >> Data Structures In R Programming

Join The Discussion

Related Questions on Data Structures in R Programming