.listifyDF | R Documentation |
This function turns each data frame column into a list, so that its cells can contain multiple elements
.listifyDF(DF)
DF |
an object of class data.frame |
an object of class data.frame
dataFrame=mtcars
listifiedDataFrame=.listifyDF(dataFrame)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.