Vidyalelo
R Programming · Q31

Data Structures in R Programming

Programming · R Programming · question 31

Q31

Which of the following code represents internal representation of a Date object?

A.
class(as.Date("1970-01-02"))
B.
unclass(as.Date("1970-01-02"))
Answer
C.
unclassint(as.Date("1970-01-02"))
D.
classint(as.Date("1970-02-02"))

Answer: Option B

Solution

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