πŸ“Š R Programming
Q. What will be the output of the following R code?
x <- (“a”, “b”)
as.logical(x)
  • (A) a b
  • (B) "a" "b"
  • (C) 1 1
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (D) Error

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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