Proceed.or.Stop: Tells to Proceed or Stop

View source: R/other_functions.R

Proceed.or.StopR Documentation

Tells to Proceed or Stop

Description

This function produces warning message if there is anything wrong with your code.

Usage

Proceed.or.Stop(result)

Arguments

result

A result with a result of TRUE or FALSE.

Value

A text message.

Author(s)

Omer Kara

Examples

Proceed.or.Stop(5 < 6)
Proceed.or.Stop(5 < 3)
Proceed.or.Stop(5 == 5)


omerkara/okara documentation built on Nov. 21, 2023, 7:56 p.m.