Learn R Programming

foolbox (version 0.1.1)

make_with_callback: Create a function for setting callbacks.

Description

Create a function for setting callbacks.

Usage

make_with_callback(cb_name)

Arguments

cb_name

The name of the callback to set

Value

A function that can be used in a pipe to set a callback.