invoke_map: invoke_map combinator which apply each function to each...

Description Usage Arguments Value Examples

View source: R/functional.R

Description

invoke_map combinator which apply each function to each vector respectively

Usage

1
invoke_map(x, f)

Arguments

x

list of vectos to which apply

f

list of functions (or lambda expressions) for mapping

Value

list of vectors with applyed function

Examples

1
invoke_map(list(c(1, 2, 3), c(4, 5, 6), c(7, 8, 9)), list((~ x^2), (~ x^3), (~ x^4)))

perfail-stud/Rstudfile documentation built on Dec. 22, 2021, 7:43 a.m.