Learn R Programming

datapack (version 1.0.0)

dmsg: 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.