map2: map2

Description Usage Arguments

Description

This is the parallelised version of map2 for full details see map2

Usage

1
2
3
4
5
6
7
8
9
map2(.x, .y, .f, ...)

map2_dbl(.x, .y, .f, ...)

map2_chr(.x, .y, .f, ...)

map2_lgl(.x, .y, .f, ...)

map2_df(.x, .y, .f, ...)

Arguments

.x

Vectors of the same length. A vector of length 1 will be recycled.

.y

Vectors of the same length. A vector of length 1 will be recycled.

.f

A function, formula, or atomic vector.

...

Additional arguments passed on to .f.


CG1122/purrrallel documentation built on May 28, 2019, 3:56 p.m.