debug_log: Prints Debug Log

Description Usage Arguments Details

Description

Prints on the screen a string (or a vector) for debugging, indicating date and time of the system.

Usage

1
debug_log(..., s = " ", c = " ")

Arguments

...

Strings, or vectors. Same behavior as paste(...).

s

Optional. A string to separate the terms. Same behavior as 'sep' on paste().

c

Optional. A string to separate the collapsed vectors. Same behavior as 'collapse' on paste().

Details

debug_log is enable by default. It could be disable using: options('reutiles-DEBUG_LOG'=FALSE)


fabarca/reutiles documentation built on May 16, 2019, 9:57 a.m.