Environments

R

R - Environments and Scoping

• R uses lexical scoping with four environment types (global, function, package, empty), where variable lookup follows a parent chain until reaching the empty environment

Read more →