Data Frame (R)

A data frame is R's table structure: a list of equal-length columns where each column is a vector and can hold a different type. It is the standard format…