Skip to contents

The implementation of the cliExtras.quiet option is based on the implementation of a similar setting in googlesheets4, googledrive, and gargle. If the cliExtras.quiet option is set to TRUE, quiet_cli_inform() does not trigger a message. It is used by cli_inform_ifnot() and cli_inform_if() but not by most other functions in cliExtras.

Usage

quiet_cli_inform(..., .envir = parent.frame())

Arguments

...

Additional parameters passed to cli_inform()

.envir

Environment to evaluate the glue expressions in.