Description Usage Arguments Details Value Examples
View source: R/erase-masking.R
Erase objects from GlobalEnv, which are masking objects from attached packages
1 2 3 | erase_masking(pattern = NULL, verbose = FALSE)
erase_masking_functions(pattern = NULL, verbose = FALSE)
|
pattern |
a regex pattern |
verbose |
print removed objects' names |
We have to highglight, that for now it only allows us to remove objects from the Global Environment. Be careful: uncontrolled use may cause undesired side effects.
NULL (function returns nothing)
1 2 3 4 | # It works only if objects are assigned in the global environment
matrix <- matrix(0, 3, 3)
gamma <- 0.9
erase_masking()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.