Learn R Programming

simdata (version 0.4.1)

as_function_list: Create function_list object from list of functions

Description

Create a function_list object from a list of functions. This is useful if such a list is created programmatically.

Usage

as_function_list(flist, ...)

Value

Function with a single input which outputs a data.frame. Has special 'flist' entry in its environment which stores individual functions as list.

Arguments

flist

List in which each entry is a function object. Can be named or unnamed.

...

Passed to function_list.

See Also

function_list