Learn R Programming

pepr (version 0.5.0)

.listifyDF: Listify data frame columns

Description

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

Usage

.listifyDF(DF)

Value

an object of class data.frame

Arguments

DF

an object of class data.frame

Examples

Run this code
dataFrame=mtcars
listifiedDataFrame=.listifyDF(dataFrame)

Run the code above in your browser using DataLab