| list.zip | R Documentation | 
Combine multiple lists element-wisely.
list.zip(..., use.argnames = TRUE, use.names = TRUE)
... | 
 
  | 
use.argnames | 
 
  | 
use.names | 
 
  | 
list.unzip
x <- list(1,2,3)
y <- list('x','y','z')
list.zip(num=x,sym=y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.