Which function is used to create data frames?
Which function is used to create data frames? Correct Answer data.frame()
Data frames are multidimensional lists that can contain multiple data types. A data frame is a table or a two-dimensional array-like structure in which each column contains values of one variable and each row contains one set of values from each column.