powered by
list.zip(..., use.argnames = TRUE, use.names = TRUE)
list
logical
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