Learn R Programming

Fgmutils (version 0.9.5)

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
# NOT RUN {
a = 5
ifrm(a)
ifrm(b)
# }

Run the code above in your browser using DataLab