assertion_message.Rd
This function asserts a message based on the type specified. It can either push the message to an AssertCollection, print a warning, or stop execution with an error message.
assertion_message(message, assertion_fail = "stop")
A character string representing the message to be asserted.
A character string indicating the action to take if the assertion fails. Can be an AssertCollection, "warning", or "stop" (default).
None