rm_r: recursive remove

Description Usage Arguments

View source: R/util.r

Description

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

Usage

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

Arguments

x

variables to annihilate

envir

environment to start at, defaults to calling frame.


jwutil documentation built on May 7, 2019, 1:03 a.m.