printer: Internal Printing Utility

View source: R/util.R

printerR Documentation

Internal Printing Utility

Description

This internal function provides a flexible way to print messages to the console, optionally including elapsed time information.

Usage

printer(verbose, msg, startTime)

Arguments

verbose

logical. If TRUE, messages are printed to the console. If FALSE, messages are suppressed.

msg

The message to be printed.

startTime

A timestamp indicating the start time for elapsed time calculation. If omitted, no elapsed time is shown.

Value

No return


khazum/ccImpute documentation built on July 26, 2024, 1:13 a.m.