1.

How many atomic vector types does R have?(a) 5(b) 6(c) 8(d) 10This question was addressed to me during an online interview.Origin of the question is Basics topic in portion History, Overview and Getting Started of R Programming

Answer»

Correct ANSWER is (b) 6

For explanation I would say: R LANGUAGE has 6 atomic data types. They are logical, integer, real, complex, string (or CHARACTER) and raw. There is ALSO a class for “raw” objects, but they are not commonly used directly in data analysis.



Discussion

No Comment Found

Related InterviewSolutions