Examveda

Which of the following is invalid assignment?

A. > c(10.4, 5.6, 3.1, 6.4, 21.7) -> x

B. > assign("x", c(10.4, 5.6, 3.1, 6.4, 21.7))

C. > x <- c(10.4, 5.6, 3.1, 6.4, 21.7)

D. None of the mentioned

Answer: Option D


This Question Belongs to R Programming >> R Programming Basics

Join The Discussion

Related Questions on R Programming Basics