stop_if_not: Asserts the Truth of R Expressions

View source: R/utils.R

stop_if_notR 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.


HenrikBengtsson/TopDom documentation built on April 9, 2023, 2:11 a.m.