transpose_df | R Documentation |
Returns a list of lists, where each list contains a row.
transpose_df(x)
x |
The data frame. |
A list.
limonaid::transpose_df(
mtcars[1:3, 1:3]
);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.