Description Usage Arguments Value
convert a data.frame (or similar) into a list of rows, prior each row is converted list
For default value of level (1) From an input data.frame each element of the list is a one-row data.frame.
If level=2, the data.frame row itself is split into a list of elements, one of each column.
1 | df.to.list(d, level = 1)
|
|
|
a list of row-lists
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.