is_progress_available: Check if Progress Reporting is Available

View source: R/progress_utils.R

is_progress_availableR Documentation

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

Value

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

Examples

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


riemtan documentation built on Nov. 11, 2025, 1:06 a.m.