Learn R Programming

Rapi (version 1.0.6)

verbose_off: Turn Off Verbose Mode

Description

This function turns off verbose mode, suppressing additional informational output. It is useful when you want to limit the amount of information displayed during the execution of certain operations.

Usage

verbose_off()

Arguments

Value

The function has no return value.

Details

Verbose mode is often used to provide detailed information about the progress of a function or operation. By calling verbose_off, you can disable this additional output.

The options("Rapi_verbose" = FALSE) line sets the verbose option to FALSE, silencing additional messages.

See Also

verbose_on: Turn on verbose mode.

Examples

Run this code
verbose_off()

Run the code above in your browser using DataLab