findAnywhere: Search Bindings in any Environment

View source: R/findAnywhere.R

findAnywhereR Documentation

Search Bindings in any Environment

Description

Searches bindings in "any" environment

Usage

findAnywhere(x)

Arguments

x

Variable name given as a character string

Details

Searches along the search list and loaded namespaces. "Along" refers to the fact that enclosing environments are searched as well. I.e. for a package environment also the package's namespace environment and a potentially available imports environment are searched as well.

Value

list of environments where a binding with the specified name has been located

See Also

getAnywhere


miraisolutions/godmode documentation built on Oct. 15, 2023, 8:59 p.m.