util_stop_if_not: Verify assumptions made by the code, that must be TRUE

View source: R/util_stop_if_not.R

util_stop_if_notR Documentation

Verify assumptions made by the code, that must be TRUE

Description

Verify assumptions made by the code, that must be TRUE

Usage

util_stop_if_not(..., label, label_only)

Arguments

...

see stopifnot

label

character a label for the assumptions, can be missing

label_only

logical if TRUE and label is given, the condition will not be displayed, if FALSE

Value

invisible(FALSE), if not stopped.

See Also

stopifnot


dataquieR documentation built on July 26, 2023, 6:10 p.m.