1.

By what function we can create data frames?(a) Data.frames()(b) Data.sets ()(c) Function ()(d) C ()

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