Examveda

What will be the output of the following R code?
> x <- Sys.time()
> class(x)

A. "POSIXct" "POSIXt"

B. "POSIXXt" "POSIXt"

C. "POSIXct" "POSIct"

D. "POSIXt" "POSIXt"

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