.do_function {dlr} | R Documentation |
Do a Function Call
Description
Do a Function Call
Usage
.do_function(do_f, default_f, main_args, extra_args = NULL)
Arguments
do_f |
The function to call. |
default_f |
The function to call if |
main_args |
A list containing the first argument(s) to |
extra_args |
A list containing any additional arguments to |
Value
The return from the call to do_f
.
[Package dlr version 1.0.1 Index]