powered by
Prints a value to the console with a timestamp if the 'DEBUG' environment variable is set. This function is useful for conditional debugging output in R projects.
debug_print(value)
The R object to be printed.