powered by
Combine multiple lists element-wisely.
list.zip(..., use.argnames = TRUE, use.names = TRUE)
lists
list
logical. Should the names of the arguments be used as the names of list items?
logical
logical. Should the names of the first argument be used as the zipped list?
list.unzip
# NOT RUN { 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