verbose_off {Rapi}R Documentation

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

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.

Value

The function has no return value.

See Also

verbose_on: Turn on verbose mode.

Examples

verbose_off()


[Package Rapi version 1.0.5 Index]