Vidyalelo
R Programming · Q47

Data Structures in R Programming

Programming · R Programming · question 47

Q47

What will be the output of the following R code? > x class(x)

A.
"POSIXct" "POSIXt"
Answer
B.
"POSIXXt" "POSIXt"
C.
"POSIXct" "POSIct"
D.
"POSIXt" "POSIXt"

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board