Convert rows (columns) of data.frame or matrix to lists.
For each row, one list/vector is constructed, each entry of the row becomes a list/vector element.
convertRowsToList(x, name.list = TRUE, name.vector = FALSE, factors.as.char = TRUE, as.vector = TRUE) convertColsToList(x, name.list = FALSE, name.vector = FALSE, factors.as.char = TRUE, as.vector = TRUE)
x |
[ |
name.list |
[ |
name.vector |
[ |
factors.as.char |
[ |
as.vector |
[ |
[list
of lists or vectors].
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.