Learn R Programming

dataquieR (version 2.0.1)

util_stop_if_not: 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)

Value

invisible(FALSE), if not stopped.

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

See Also