powered by
Taken from https://rdrr.io/cran/stackoverflow/src/R/tlist.R. I prefer to copy a short bit of code than to add a dependency.
list.transpose(x)
[list] The list to be transposed.
[list] The transposed list.
# NOT RUN { soundcorrs:::list.transpose (list (1:3, 4:6, 7:9)) # }
Run the code above in your browser using DataLab