View source: R/preparation_functions.R
clearGlobalEnv | R Documentation |
Remove variables in global environment that match a given pattern.
clearGlobalEnv(pattern, exact.match = T)
pattern |
Character specifying name of variable(s) to remove from global environment. |
exact.match |
If TRUE (default), exact pattern matching is enforced. If FALSE, partial pattern matching is facilitated with grep(). |
Nicholas Mikolajewicz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.