Q. What will be the output of the following R code?
> p <- as.POSIXlt(x)
> names(unclass(p))
> p$wday
> p <- as.POSIXlt(x)
> names(unclass(p))
> p$wday
β
Correct Answer: (A)
1
You must be Logged in to update hint/solution