debug {StabPerf}R Documentation

Prints debug message, when debug option set

Description

Prints its arguments, when the option edprakt.debug is TRUE.

Usage

debug(..., sep="")

Arguments

... Anything that can be handled by cat
sep character. Separator, passed to cat

Details

Prints the current date, time, hostname, and current process ID, followed by the given text.

See Also

cat

Examples

debug("Value of var is:", var)

[Package StabPerf version 0.5 Index]