jwutil (version 1.2.3)

rm_r: recursive remove

Description

search through environments until the variables in the list x are all gone. This doesn't delete functions.

Usage

rm_r(x, envir = parent.frame())

Arguments

x

variables to annihilate

envir

environment to start at, defaults to calling frame.