myAssertNotNullNorNa: Asserts the existance of an object and prints a message or...

View source: R/minitools.R

myAssertNotNullNorNaR Documentation

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

Description

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


predomics/predomicspkg documentation built on Dec. 11, 2024, 11:06 a.m.