Description Usage Arguments Examples
View source: R/transpose_list.R
Transpose a matrix-like list.
1 |
x |
An R list. |
1 2 3 4 | l <- list( 1:3, 4:6, 7:9 )
stopifnot( identical(
transpose_list( transpose_list(l) ), l
) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.