Abort if not
abortifnot(cnd, message = NULL)
cnd
Condition to be evaluated.
message
Message to display if condition is false.
João Macalós