FindEnvironment {bfw}R Documentation

Find Environment

Description

Find the environment of a selected variable.

Usage

FindEnvironment(x, where = NULL)

Arguments

x

any type of named object

where

select reference environment, Default: NULL

Value

returns Found environment, Default: R_GlobalEnv.


[Package bfw version 0.4.2 Index]