View source: R/C3_ready4fun_executor.R
ready4fun_executor | R Documentation |
Create a new valid instance of the ready4 submodule class for list object specifying function arguments and function.
ready4fun_executor(x = make_pt_ready4fun_executor())
make_pt_ready4fun_executor(args_ls = list(), fn = identity)
is_ready4fun_executor(x)
x |
An object of any type |
args_ls |
Arguments (a list), Default: list() |
fn |
Function (a function), Default: identity |
Function and function arguments pair.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.