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.
verbose_off()
The function has no return value.
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.
verbose_on
: Turn on verbose mode.
verbose_off()
#> Verbose mode is already OFF, returning.