pmap: pmap

Description Usage Arguments

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.


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