1.

In R using the function, ________ one can check the data type of vector.(a) Typeof()(b) Castof()(c) Function()(d) C()I had been asked this question in unit test.Question is taken from Data Types in division Nuts and Bolts and Getting Data In and Out of R Programming

Answer»

Right choice is (a) Typeof()

BEST explanation: In R using the function, typeof() one can check the data type of vector. Vector is a basic data structure in R which contains element of similar type. These data TYPES in R can be LOGICAL, integer, double, character, complex and also RAW.



Discussion

No Comment Found

Related InterviewSolutions