πŸ“Š R Programming
Q. What will be the output of the following R code?
> x <- as.Date("2012-03-01")
> y <- as.Date("2012-02-28")
> x-y
  • (A) Time difference of 3 days
  • (B) Time difference of 2 days
  • (C) Time difference of 1 days
  • (D) Time difference of 5 days
πŸ’¬ Discuss
βœ… Correct Answer: (B) Time difference of 2 days

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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