View source: R/convertRowsToList.R
convertRowsToList | R Documentation |
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].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.