maps: Map over two lists

Description Usage Arguments Value

Description

This function wraps over base::Map() to create a replacement for purrr::map2().

Usage

1
2
3
lapply2(x, y, f, ...)

lapply3(x, y, z, f, ...)

Arguments

x, y, z

lists to apply a n-argument function over.

f

a function to apply.

...

other arguments to the function.

Value

the result of applying the function to each set of items in x and y or z.


tjmahr/adventofcode20 documentation built on Dec. 31, 2020, 8:39 a.m.