Learn R Programming

riemtan (version 0.2.5)

is_progress_available: Check if Progress Reporting is Available

Description

Checks whether the progressr package is available and can be used for progress reporting.

Usage

is_progress_available()

Arguments

Value

Logical value: TRUE if progressr is available, FALSE otherwise.

Examples

Run this code
if (is_progress_available()) {
  message("Progress reporting is available")
}

Run the code above in your browser using DataLab