Learn R Programming

jwutil (version 1.1.1)

rm_r: recursive remove

Description

search through environments until the variables in the list x are all gone. This doesn't delete functions. No barrier to infinite recursion, but rm should be able to delete anything that exists can see.

Usage

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

Arguments

x

variables to annihilate

envir

environment to start at, defaults to calling frame.