dmsg {datapack}R Documentation

Print a debugging message to stderr.

Description

Print a debugging message to stderr.

Usage

dmsg(msg)

Arguments

msg

the message to be printed

Details

Only print the message if the option "datapack.debugging_mode" is TRUE.


[Package datapack version 1.4.1 Index]