mapziplist: map zip list

Description Usage Arguments Examples

Description

Takes a list of lists and groups the nth member of each list into a new one.

Usage

1

Arguments

...

an arbitraraly long set of equal length lists

Examples

1
2
3
4
5
6
7
8
9
mapziplist(list(1,2,3),list("A","B","C"))
# [[1]]
# [1] "1" "A"
# 
# [[2]]
# [1] "2" "B"
# 
# [[3]]
# [1] "3" "C"

alexjgriffith/CCCA documentation built on May 10, 2019, 8:52 a.m.