Prints a timestamped message to the console. Used throughout the scads pipeline for progress tracking.

scads_log(..., verbose = TRUE)

Arguments

...

Message components (passed to cat).

verbose

Logical; if FALSE, message is suppressed. Default TRUE.