πŸ“Š R Programming
Q. What will be the output of the following R code?
> x <- c("a", "b", "c", "c", "d", "a")
> x[c(1, 3, 4)]
  • (A) "a" "b" "c"
  • (B) "a" "c" "c"
  • (C) "a" "c" "b"
  • (D) "b" "c" "b"
πŸ’¬ Discuss
βœ… Correct Answer: (B) "a" "c" "c"

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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