unbound: Identifying unbound inputs to a function

View source: R/unbound.R

unboundR Documentation

Identifying unbound inputs to a function

Description

unbound() finds if there are any unbound parameters in a function. This can be useful for checking before handing a function over to a numerical routine. bind_params() lets you add parameter bindings or override existing ones.

Usage

unbound(f)

bind_params(f, ...)

Arguments

f

a function (not a tilde expr.)

...

bindings for parameters


mosaicCalc documentation built on Sept. 15, 2022, 9:06 a.m.