messager: Print messages

View source: R/messager.R

messagerR Documentation

Print messages

Description

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

Usage

messager(..., v = Sys.getenv("VERBOSE") != "FALSE", parallel = FALSE)

Arguments

v

Whether to print messages or not.

parallel

Whether to enable message print when wrapped in parallelised functions.

Value

Null


neurogenomics/templateR documentation built on Jan. 27, 2024, 3:36 p.m.