Which Of The Following Code Represents Internal Representation #302
Which of the following code represents internal representation of a Date object?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 R - Data Storage, Formats, Objects and Operations - Vectorized Operations - Quiz No.1.
Which of the following code represents internal representation of a Date object?
class(as.Date("1970-01-02"))
unclass(as.Date("1970-01-02"))
unclassint(as.Date("1970-01-02"))
classint(as.Date("1970-02-02"))