ifrm: ifrm

Description Usage Arguments Examples

Description

if the object does not exist an error will not happen.

Usage

1
ifrm(obj, env = globalenv())

Arguments

obj

the object that you want to remove

env

The global environment

Examples

1
2
3
a = 5
ifrm(a)
ifrm(b)

Fgmutils documentation built on May 2, 2019, 9:16 a.m.

Related to ifrm in Fgmutils...