make_with_callback {foolbox}R Documentation

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.


[Package foolbox version 0.1.1 Index]