Examveda

What will be the output of the following R code?
x <- c("a", "b", "c")
> as.numeric(x)

A. Warning

B. Error

C. Abnormal termination

D. Prints x

Answer: Option A


This Question Belongs to R Programming >> R Programming Basics

Join The Discussion

Related Questions on R Programming Basics