message_with_time.Rd
Outputs a message to the console prefixed with the current date and time. Useful for logging progress during long-running operations.
message_with_time(...)
One or more objects to be converted to character strings and displayed in the message.
This function is called for its side effect of printing a message and returns NULL invisibly.