messagef: Output a formatted message

View source: R/messagef.R

messagefR Documentation

Output a formatted message

Description

Output a formatted message

Usage

messagef(fmt, ...)

Arguments

fmt

format string (see sprintf for details)

...

values passed into fmt. Only logical, integer, real and character vectors are supported, but some coercion will be done.

Value

Nothing, called for the side effect of outputting a message to the console.


babsim.hospital documentation built on May 30, 2022, 9:05 a.m.