zip: Zip _n_ lists together into tuplets of length _n_.

Description Usage Arguments Value

View source: R/lisp.R

Description

Zip n lists together into tuplets of length n.

Usage

1
  zip(zipper, ...)

Arguments

zipper

the zipping function

...

the lists to be zipped

Value

A list of tuplets


lisp documentation built on May 1, 2019, 8:46 p.m.

Related to zip in lisp...