not.exists: Not exists

View source: R/not.empty.R

not.existsR Documentation

Not exists

Description

Check if object does not exists

Usage

not.exists(x)

Arguments

x

object

Value

a boolean value to indicate if entry does not exists

Examples

go = 7
not.exists("exis") # TRUE
not.exists("go") # FALSE
if(not.exists('hallo')) message("yes") # NULL

quickcode documentation built on April 11, 2025, 5:49 p.m.