Transpose a List Kevin Ushey tweeted this gem. To transpose a list in R. transpose <- function(list) do.call(Map, c(c, list))