πŸ“Š R Programming
Q. What will be the output of the following R code?
> x <- as.Date("2012-01-01")
> y <- strptime("9 Jan 2011 11:34:21", "%d %b %Y %H:%M:%S")
> x-y
  • (A) Time difference of 356.3095 days
  • (B) Warning
  • (C) NULL
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (B) Warning

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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