ifrm {Fgmutils} | R Documentation |
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
a = 5
ifrm(a)
ifrm(b)
[Package Fgmutils version 0.9.5 Index]