sticky_globals: Place a sticky-globals environment immediately after the...

View source: R/sticky_globals.R

sticky_globalsR Documentation

Place a sticky-globals environment immediately after the global environment

Description

Place a sticky-globals environment immediately after the global environment

Usage

sticky_globals(erase = FALSE, name = "future:sticky_globals", pos = 2L)

Arguments

erase

(logical) If TRUE, the environment is erased, otherwise not.

name

(character) The name of the environment on the base::search path.

pos

(integer) The position on the search path where the environment should be positioned. If pos == 0L, then the environment is detached, if it exists.

Value

(invisible; environment) The environment.


HenrikBengtsson/future documentation built on April 1, 2024, 3:19 a.m.