function_to_function: Runs from start of fun1 and sets up args for fun2 when it...

Description Usage Arguments Value Side effects Limitations See also

View source: R/debugging.R

Description

Runs function_1 from the beginning of fun_name_1 to the start of fun_name_2 and then runs function_var_to_env on that second function

Usage

1
function_to_function(fun_name_1, fun_name_2, to_env = globalenv())

Arguments

fun_name_1

Name of the outmost function as a string.

fun_name_2

Name of the inner function as a string.

to_env

Environment in which the arguments should be called.

Value

No return value.

Side effects

Limitations

See also


DanteBortone/housekeeping documentation built on April 20, 2020, 4:08 p.m.