function_var_to_env: Puts all of the function variables in a specified environment

Description Usage Arguments Value Side effects Limitations See also

View source: R/debugging.R

Description

Puts all of the function variables in a specified environment

Usage

1
function_var_to_env(called_fun_txt, to_env = globalenv())

Arguments

called_fun_txt

quoted text of function to dig into

to_env

environment into which the function variables will be put

Value

No return value.

Side effects

Limitations

See also


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