map2: map2

Description Usage Arguments

View source: R/map2.R

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.


gowerc/purrrallel documentation built on Jan. 17, 2021, 10:43 p.m.