Learn R Programming

TopDom (version 0.10.1)

stop_if_not: Asserts the Truth of R Expressions

Description

Asserts the Truth of R Expressions

Usage

stop_if_not(...)

Arguments

Zero or more R expressions to be asserted to be TRUE.

Value

Nothing.

Details

A bare bone, faster version of base::stopifnot.