ddpcr (version 1.11)

quiet: Suppress all output from an expression. Works cross-platform.

Description

Suppress all output from an expression. Works cross-platform.

Usage

quiet(expr, all = TRUE)

Arguments

expr

Expression to run.

all

If TRUE then suppress warnings and messages as well; otherwise, only suppress printed output (such as from print or cat).