powered by
transpose_list(x)
l <- list( 1:3, 4:6, 7:9 ) stopifnot( identical( transpose_list( transpose_list(l) ), l ) )
Run the code above in your browser using DataLab