This function turns each data frame column into a list, so that its cells can contain multiple elements

.listifyDF(DF)

Arguments

DF

an object of class data.frame

Value

an object of class data.frame

Examples

dataFrame=mtcars
listifiedDataFrame=.listifyDF(dataFrame)