supplyArgs: supplyArgs

Description Usage Arguments Details Author(s)

View source: R/supplyArgs.R

Description

Takes a nonprimitive function with arguments, and returns a modified function supplies default values for named arguments of the function. Default values ARE overridable.

Usage

1
supplyArgs(func, ...)

Arguments

func

Any non-primative function with arguments.

...

Name value pairs of arguments to func, and their associated value.

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.