powered by
split.data.frame into individual rows.
splitDF(x)
Function splitDF returns a list of nrow-1 data.frames.
data.frame
splitDF(head(mtcars)) # data.frame with rownames splitDF(head(warpbreaks)) # data.frame without rownames splitDF(data.frame()) # exception
Run the code above in your browser using DataLab