messagef {BBmisc}R Documentation

Wrapper for message and sprintf.

Description

A simple wrapper for message(sprintf(...)).

Usage

messagef(...)

Arguments

...

[any]
See sprintf.

Value

Nothing.

Examples

msg = "a message"
warningf("this is %s", msg)
## Warning: this is a message

[Package BBmisc version 1.7 Index]