πŸ“Š R Programming
Q. 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)
πŸ’¬ Discuss
βœ… Correct Answer: (A) list(a = 1, b = "hello", c = TRUE)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
98
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate