Q. What will be the output of the following R code?
> x <- as.Date("1970-01-01")
> x
> x <- as.Date("1970-01-01")
> x
β
Correct Answer: (A)
"1970-01-01"
You must be Logged in to update hint/solution