powered by
list.zip(..., use.argnames = TRUE, use.names = TRUE)
list
logical
list.unzip
x <- list(1,2,3) y <- list('x','y','z') list.zip(num=x,sym=y)
Run the code above in your browser using DataLab