Examveda
Examveda

How is a list created in R?

A. list(a = 1, b = "hello", c = TRUE)

B. c(1, "hello", TRUE)

C. data.frame(a = 1, b = "hello", c = TRUE)

D. matrix(c(1, "hello", TRUE), nrow = 1)

Answer: Option A


This Question Belongs to R Programming >> Introduction To R Programming

Join The Discussion

Related Questions on Introduction to R Programming