stop_if_not {TopDom}R Documentation

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.

Details

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

Value

Nothing.


[Package TopDom version 0.10.1 Index]