ready4 submodule class for list object specifying function arguments and function.
Source:R/C3_ready4fun_executor.R
ready4fun_executor.Rd
Create a new valid instance of the ready4 submodule class for list object specifying function arguments and function.
Usage
ready4fun_executor(x = make_pt_ready4fun_executor())
make_pt_ready4fun_executor(args_ls = list(), fn = identity)
is_ready4fun_executor(x)
Arguments
- x
An object of any type
- args_ls
Arguments (a list), Default: list()
- fn
Function (a function), Default: identity
Value
A validated instance of the ready4 submodule class for list object specifying function arguments and function.
A prototype for ready4 submodule class for list object specifying function arguments and function.
A logical value, TRUE if a valid instance of the ready4 submodule class for list object specifying function arguments and function.