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")
None