debug print

dt_debugprint(arg1)

Arguments

arg1

A string to be printed

Value

debug print string started with "==="

Examples

dt_debugprint("all done")
#> [1] "=== all done"