Split a data frame into a list by rows
Takes a data frame and returns a list with an element for each row of the data frame. This is an internal function.
splitDFByRow(df)
df |
An object inheriting from class |
A list where each element is a one row data frame
# small example using built in data MplusAutomation:::splitDFByRow(mtcars)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.