erase_masking: Erase objects from GlobalEnv, which are masking objects from...

Description Usage Arguments Details Value Examples

View source: R/erase-masking.R

Description

Erase objects from GlobalEnv, which are masking objects from attached packages

Usage

1
2
3

Arguments

pattern

a regex pattern

verbose

print removed objects' names

Details

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.

Value

NULL (function returns nothing)

Examples

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()

eponge documentation built on March 24, 2020, 5:08 p.m.