1.

By what function we can create data frames?(a) Data.frames()(b) Data.sets ()(c) Function ()(d) C ()The question was asked in a national level competition.Enquiry is from Data Types topic in section Nuts and Bolts and Getting Data In and Out of R Programming

Answer»

Correct answer is (a) Data.frames()

The best explanation: Data frames are tabular data OBJECTS. Unlike a matrix in each data frame every COLUMN will contain different modes of data. Data Frames are CREATED using the data.frame() FUNCTION. It is the list of VECTORS of same length.



Discussion

No Comment Found

Related InterviewSolutions