Place a sticky-globals environment immediately after the global environment
sticky_globals(erase = FALSE, name = "future:sticky_globals", pos = 2L)
(logical) If TRUE, the environment is erased, otherwise not.
(character) The name of the environment on the base::search path.
(integer) The position on the search path where the
environment should be positioned. If pos == 0L
, then the environment
is detached, if it exists.
(invisible; environment) The environment.