1.

An ordered collection of objects or components are called ________(a) Data frames(b) Datasets(c) Databases(d) ListsThe question was posed to me in exam.I need to ask this question from Data Types in section Nuts and Bolts and Getting Data In and Out of R Programming

Answer»

The correct answer is (d) Lists

The best I can explain: An ORDERED collection of OBJECTS are called lists. A list ALLOWS you to GATHER a variety of (possibly unrelated) objects under one name. We can IDENTIFY elements of a list using the [[]] convention.



Discussion

No Comment Found

Related InterviewSolutions