View source: R/sticky_globals.R
sticky_globals | R Documentation |
Place a sticky-globals environment immediately after the global environment
sticky_globals(erase = FALSE, name = "future:sticky_globals", pos = 2L)
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 |
(invisible; environment) The environment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.