rmabd: The rmabd() function removes 'all but deeze' objects

Usage Arguments Value Examples

Usage

1
rmabd(list_keep = NULL, envir = globalenv())

Arguments

list_keep

an optional list of names for objects to keep from '?rm()'. The default 'list_keep=NULL' will remove all objects.

envir

an optional environment. Defaults to '?globalenv()'.

Value

nothing but a message will be printed for the kept objects

Examples

1
2
3
4
5
6
x1 = 1
x2 = 2
x3 = 3
ls()
rmabd(list_keep=list('x1','x2'));ls()
rmabd()

mikejacktzen/datzen documentation built on June 14, 2019, 5:23 p.m.