map_pf: Map a function over a (named) list and return a 'poly_frame'...

Description Usage Arguments

View source: R/polyply_purrr_verbs.R

Description

See 'purrr' for details of 'map' functions.

Usage

1
map_pf(.x, .f, ...)

Arguments

.x

A list or atomic vector. It should have named elements otherwise a poly_frame cannot be constructed.

.f

A function, formula or atomic vector (as in input to purrr). The function should return a data-frame when applied to an input data-frame.

...

Further arguments to the function '.f'


russHyde/polyply documentation built on July 13, 2019, 11:05 a.m.