Skip to contents

Check if all elements of x are TRUE, and throw an informative warning that contains the position and name (if any) of the element

Usage

assert_all(..., call = sys.call(-1))

Arguments

...

logical vectors or lists with only logical elements

Value

TRUE

See also

Examples