msg {ddpcr}R 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()


[Package ddpcr version 1.15.2 Index]