logmsg: Write Log Message

View source: R/util.R

logmsgR Documentation

Write Log Message

Description

Print a log message to the standard error stream.

Usage

logmsg(msg, col2 = as.character(Sys.time()), end = "\n")

Arguments

msg

text to print.

col2

extra text to show at right margin; defaults to current time.

end

ending to concatenate to message; defaults to newline character.


ShawHahnLab/chiimp documentation built on Aug. 20, 2023, 1:41 a.m.