msg: Write a message to the user if the 'ddpcr.verbose' option is...

View source: R/utils.R

msgR Documentation

Write a message to the user if the 'ddpcr.verbose' option is on

Description

Running a ddpcr analysis results in many messages being printed to the console. By default, these messages are on when the user is using R interactively and off otherwise. You can overwrite this setting with options(ddpcr.verbose = FALSE).

Usage

msg(...)

Arguments

...

Parameters to pass to message()


ddpcr documentation built on Aug. 21, 2023, 1:07 a.m.