verbose_on {Rapi} | R Documentation |
Turn On Verbose Mode
Description
This function turns on verbose mode, enabling additional informational output. It is useful when you want to receive detailed information about the progress of certain operations.
Usage
verbose_on()
Details
Verbose mode is designed to provide detailed information during the execution
of a function or operation. By calling verbose_on
, you can enable
this additional output.
The options("Rapi_verbose" = TRUE)
line sets the verbose option to
TRUE
, allowing functions to produce more detailed messages.
Value
The function has no explicit return value.
See Also
verbose_off
: Turn off verbose mode.
Examples
verbose_on()
[Package Rapi version 1.0.5 Index]