πŸ“Š R Programming
Q. What will be the output of the following R code?
> x <- list(foo = 1:4, bar = 0.6)
> x
  • (A) $foo [1] 1 2 3 4 $bar [1] 0.6
  • (B) $foo [1] 0 1 2 3 4 $bar [1] 0 0.6
  • (C) $foo [1] 0 1 2 3 4 $bar [1] 0.6
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (A) $foo [1] 1 2 3 4 $bar [1] 0.6

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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