View source: R/declutter.envir.R
declutter.envir | R Documentation |
This function deletes all items (object, function, ...) containing either 'tmp' or 'test' in the name. Also, if the name is only 1 letter long, it will be deleted
declutter.envir(extra_rules = "test", verbose = FALSE)
extra_rules |
A |
verbose |
A |
papaya <- "good"
first_attempt <- "eat"
second_attempt <- "digest"
declutter_Envir(extra_rules = c("papaya", "attempt"))
ls()
# you should only see digest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.