View source: R/progress_utils.R
| is_progress_available | R Documentation |
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")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.