Skip to content
Prev 268260 / 398502 Next

Data frame to list?

R-helpers:

Is there an easy way to transfer a data frame to a list, where each
list element is a dataframe containing a single row from the original
data frame?

--j