zip: Zip together lists of vectors ala python

Description Usage Arguments Value Note

Description

zip alwyas returns a lists of lists. zip_ returns a lists of vectors of the corresponding type.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
zip(.l)

zip_lgl(.l)

zip_chr(.l)

zip_int(.l)

zip_dbl(.l)

zip2(.x, .y)

zip2_lgl(.x, .y)

zip2_chr(.x, .y)

zip2_int(.x, .y)

zip2_dbl(.x, .y)

Arguments

.l

list of vectors

.x, .y

vectors

Value

list

Note

zip unzips itself!


biodatacore/biodatacoreUtils documentation built on May 28, 2019, 7:11 p.m.