Skip to contents

A helper function that triggers an error with the specified message and suppresses the function call in the error output. This function behaves similarly to the base `stop()` function but automatically concatenates multiple message strings if provided.

Usage

stop_call_false(...)

Arguments

...

One or more character strings specifying the error message. If multiple strings are provided, they will be concatenated with a space between them.

Value

This function does not return a value; it stops execution and throws an error.