rm_r {jwutil} | R Documentation |
search through environments until the variables in the list
x
are all gone. This doesn't delete functions.
rm_r(x, envir = parent.frame())
x |
variables to annihilate |
envir |
environment to start at, defaults to calling frame. |