pmap: pmap

Description Usage Arguments

View source: R/pmap.R

Description

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

Usage

1
2
3
4
5
6
7
8
9
pmap(.l, .f, ...)

pmap_dbl(.l, .f, ...)

pmap_chr(.l, .f, ...)

pmap_lgl(.l, .f, ...)

pmap_df(.l, .f, ...)

Arguments

.l

A list of lists. The length of .l determines the number of arguments that .f will be called with. List names will be used if present

.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.