dot-do_function: Do a Function Call

Description Usage Arguments Value

Description

Do a Function Call

Usage

1
.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 do_f is NULL.

main_args

A list containing the first argument(s) to do_f.

extra_args

A list containing any additional arguments to do_f

Value

The return from the call to do_f.


dlr documentation built on Sept. 18, 2021, 5:07 p.m.