Learn R Programming

myownrobs (version 1.0.0)

debug_print: Debug Print Function

Description

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.

Usage

debug_print(value)

Arguments

value

The R object to be printed.