messager | R Documentation |
Conditionally print messages. Allows developers to easily control verbosity of functions, and meet Bioconductor requirements that dictate the message must first be stored to a variable before passing to message.
messager(..., v = TRUE, parallel = FALSE)
v |
Whether to print messages or not. |
parallel |
Whether to enable message print when wrapped in parallelised functions. |
Null
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.