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

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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