How Is A Data Object Represented Internally In R Language #405
How is a Data object represented internally in R language?
This multiple choice question (MCQ) is related to the book/course gs gs110 R Language. It can also be found in gs gs110 Control Structures, Functions, Scoping Rules, Loop Functions and Debugging - Functions - Quiz No.5.
How is a Data object represented internally in R language?
unclass (as.time (“2018-12-28″))
unclass (as.dat (“2018-12-28″))
unclass (as.D (2018-12-28))
unclass (as.Date (“2018-12-28″))