powered by
Check if object does not exists
not.exists(x)
a boolean value to indicate if entry does not exists
object
go = 7 not.exists("exis") # TRUE not.exists("go") # FALSE if(not.exists('hallo')) message("yes") # NULL
Run the code above in your browser using DataLab