powered by
This function turns each data frame column into a list, so that its cells can contain multiple elements
.listifyDF(DF)
an object of class data.frame
# NOT RUN { dataFrame=mtcars listifiedDataFrame=.listifyDF(dataFrame) # }
Run the code above in your browser using DataLab