Learn R Programming

startup (version 0.22.0)

is_debug_on: Checks whether startup debug is on or not

Description

Checks whether startup debug is on or not

Usage

is_debug_on()

Arguments

Value

Returns TRUE is debug is enabled and FALSE otherwise.

Details

The debug mode is when startup() is called, either explicitly via argument debug or via environment variable R_STARTUP_DEBUG.