tau_warn: Tau-style warning message

View source: R/tau_warn.R

tau_warnR Documentation

Tau-style warning message

Description

This is like base::warning(), but friendlier.

Usage

tau_warn(..., sep = " ", call. = FALSE, immediate. = TRUE)

Arguments

...

The message (characters)

sep

Message separator (character)

call.

Passed to base::warning (logical)

immediate.

Passed to base::warning (logical)

Value

Returns the warning message as a character string, invisibly, but mostly called for its side effect


pteetor/tutils documentation built on March 29, 2025, 6:38 p.m.