show_progress: Determine whether progress bars should be shown

View source: R/utils.R

show_progressR Documentation

Determine whether progress bars should be shown

Description

Progress bars are shown unless one of the following is TRUE

  • The bar is explicitly disabled by setting options(readr.show_progress = FALSE)

  • The code is run in a non-interactive session (interactive() is FALSE).

  • The code is run in an RStudio notebook chunk.

  • The code is run by knitr / rmarkdown.

Usage

show_progress()

Value

A logical value

Examples

show_progress()

meltr documentation built on Sept. 11, 2022, 1:07 a.m.