not.exists | R Documentation |
Check if object does not exists
not.exists(x)
x |
object |
a boolean value to indicate if entry does not exists
go = 7
not.exists("exis") # TRUE
not.exists("go") # FALSE
if(not.exists('hallo')) message("yes") # NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.