wrapFunc: wrapFunc

Description Usage Arguments Details Author(s)

View source: R/supplyArgs.R

Description

Takes two functions(func, wrapFunc), returns the function composition of the two funtions (wrapFunc(func())). The return value will always have same arguments as func.

Usage

1

Arguments

func

Any non-primative function with arguments.

wrapFunc

Any function that can take as input the output of func. If this is not flexable enough, use supplyArgs or composeFunc.

Details

If multiple name value pairs in ... contain the same name, supplyArgs will through an error.

Author(s)

Sam Murray <slmurray@andrew.cmu.edu>


Sam-Murray/RecordLinkUtil documentation built on Oct. 30, 2019, 11:48 p.m.