Skip to contents

Asserts the existance of an object and prints a message or stops the block

Usage

myAssertNotNullNorNa(obj, message = "", stop = FALSE)

Arguments

obj:

condition to be tested

message:

message to be printed

stop:

if TRUE stop the block