display: Display a message.

View source: R/display.R

displayR Documentation

Display a message.

Description

This is a short cut for if(verbose) message(x).

Usage

display(verbose, message, linefeed = TRUE)

Arguments

verbose

A logical. When TRUE print the message. When FALSE do nothing.

message

a vector passed to message().

linefeed

A logical. When TRUE append a newline character at the end of the message.


INBO-Natura2000/n2kanalysis documentation built on Feb. 15, 2024, 11:24 a.m.