powered by
Transforms a data-frame into a list. The elements of the list correspond to the columns of the data-frame.
df2list(mydf)
A data-frame.
A named list with elements corresponding to the columns of the input data-frame.