Skip to contents

Print diagnostic messages to console or log file

Usage

print_logMessage(message, verbose_toLogFile = FALSE, reset_logFile = FALSE)

Arguments

message

Diagnostic message as character

verbose_toLogFile

If TRUE, the diagnostic messages are printed to a log file clustering_progress.log. Defaults to FALSE.

reset_logFile

If TRUE, the log file clustering_progress.log is newly created in the current working directory, and a potential previous version of it is deleted. Defaults to FALSE.