Learn R Programming

rworkflows (version 1.0.6)

stopper: Stop messages

Description

Conditionally print stop messages. Allows developers to easily control verbosity of functions, and meet Bioconductor requirements that dictate the stop message must first be stored to a variable before passing to stop.

Usage

stopper(..., v = TRUE)

Value

Null

Arguments

v

Whether to print messages or not.