Examveda

What will be the output of the following R code?
> x <- as.Date("1970-01-01")
> x

A. "1970-01-01"

B. "1970-01-02"

C. "1970-02-01"

D. "1970-02-02"

Answer: Option A


This Question Belongs to R Programming >> Data Structures In R Programming

Join The Discussion

Related Questions on Data Structures in R Programming