Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

show_progress

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

readr

Read Rectangular Text Data

v1.4.0
GPL (>= 2) | file LICENSE
Authors
Hadley Wickham [aut], Jim Hester [aut, cre], Romain Francois [ctb], R Core Team [ctb] (Date time code adapted from R), RStudio [cph, fnd], Jukka Jylänki [ctb, cph] (grisu3 implementation), Mikkel Jørgensen [ctb, cph] (grisu3 implementation)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.