Learn R Programming

sfcr (version 0.2.1)

abortifnot: Abort if not

Description

Abort if not

Usage

abortifnot(cnd, message = NULL)

Arguments

cnd

Condition to be evaluated.

message

Message to display if condition is false.