Learn R Programming

Fgmutils (version 0.3)

ifrm: ifrm

Description

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

Usage

ifrm(obj, env = globalenv())

Arguments

obj
the object that you want to remove
env
The global environment

Examples

Run this code
a = 5
ifrm(a)
ifrm(b)

Run the code above in your browser using DataLab