A
Q. What will be the output of the following R code?
> x <- as.POSIXct("2012-10-25 01:00:00")
> y <- as.POSIXct("2012-10-25 06:00:00", tz = "GMT")
> y-x
- Correct Answer - Option(A)
- Views: 6
- Filed under category R Programming
- Hashtags:
Discusssion
Login to discuss.