map: map

Description Usage Arguments

View source: R/map.R

Description

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

Usage

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

map_dbl(.x, .f, ...)

map_chr(.x, .f, ...)

map_lgl(.x, .f, ...)

map_df(.x, .f, ...)

Arguments

.x

A list or atomic vector

.f

A function

...

Additional arguments passed on to .f


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