chmBindFunction-method: Bind values to an existing JS function.

chmBindFunctionR Documentation

Bind values to an existing JS function.

Description

Create a new JS function by binding values to extra parameters of an existing JS function.

Usage

chmBindFunction(name, fn, bindings)

## S4 method for signature 'character,ngchmJS,list'
chmBindFunction(name, fn, bindings)

## S4 method for signature 'character,character,list'
chmBindFunction(name, fn, bindings)

Arguments

name

The name to give the new JS function.

fn

An existing JS function with at least one extra parameter.

bindings

A list containing at least one parameter binding. Each list element binds one parameter, starting from the first unbound parameter, and the name of each list element must match the name of the corresponding parameter.

See Also

chmNewFunction()


bmbroom/NGCHMR documentation built on April 18, 2022, 6:52 p.m.