Learn R Programming

quickcode (version 1.0.6)

not.exists: Not exists

Description

Check if object does not exists

Usage

not.exists(x)

Value

a boolean value to indicate if entry does not exists

Arguments

x

object

Examples

Run this code
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