Q. What will be the output of the following R code?
> x <- Sys.time()
> class(x)
β
Correct Answer: (A)
"POSIXct" "POSIXt"
You must be Logged in to update hint/solution