as_function_list {simdata} | R Documentation |
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, ...)
Arguments
flist |
List in which each entry is a function object. Can be named or unnamed. |
... |
Passed to |
Value
Function with a single input which outputs a data.frame. Has special 'flist' entry in its environment which stores individual functions as list.
See Also
[Package simdata version 0.4.0 Index]