envir
Envir is an abbreviation used in computer science and statistics to refer to an environment—the mapping of identifiers to values in the context where code is executed. In programming, an environment (also called an environment frame or scope) defines the bindings available for name resolution, and controls how variables are looked up during evaluation.
In the R programming language, envir is a common parameter name for functions such as eval, get,
Beyond R, envir is used in documentation and code samples to denote an environment object in other
Environments are central to concepts such as scope, binding, and evaluation strategy. They can be global, local,
Note that envir is not a universal keyword in a single language; it is a conventional name