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

View source: R/utils.R

quietR Documentation

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).


daattali/ddpcr documentation built on March 27, 2024, 6:50 a.m.