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

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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