powered by
Checks whether the progressr package is available and can be used for progress reporting.
is_progress_available()
Logical value: TRUE if progressr is available, FALSE otherwise.
if (is_progress_available()) { message("Progress reporting is available") }
Run the code above in your browser using DataLab