Skip to contents

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")
}
#> Progress reporting is available