rm_envir | R Documentation |
A function to remove all attached objects from the search path with any exceptions specified
rm_envir(
ignore = c(".GlobalEnv", "package:", "tools:", "Autoloads"),
verbose = options()$verbose,
perl = FALSE
)
ignore |
a character vector of regular expression search terms within
the output from |
verbose |
logical to print information on changes to the global environment or external files. Defaults to options()$verbose. |
perl |
logical. Should Perl-compatible regexps be used? |
it detaches anything not ignored. It is called by default within
attach_pop
.
search
attach_pop
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.