1.

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”))
C. unclassint(as.Date(“1970-01-02”))
D. all of the mentioned
Answer» B. unclass(as.Date(‚Äö√Ñ√∂‚àö√ë‚àö‚à´1970-01-02‚Äö√Ñ√∂‚àö√ë‚àöœÄ))


Discussion

No Comment Found