Learn R Programming

Rapi (version 1.0.5)

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

Arguments

Value

The function has no explicit return value.

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.

See Also

verbose_off: Turn off verbose mode.

Examples

Run this code
verbose_on()

Run the code above in your browser using DataLab