Learn R Programming

babsim.hospital (version 11.8.8)

messagef: 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.