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"))
AnswerC.
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