powered by
Progress bars are shown unless one of the following is TRUE
TRUE
The bar is explicitly disabled by setting Sys.getenv("VROOM_SHOW_PROGRESS"="false")
Sys.getenv("VROOM_SHOW_PROGRESS"="false")
The code is run in a non-interactive session (interactive() is FALSE).
interactive()
FALSE
The code is run in an RStudio notebook chunk.
The code is run by knitr / rmarkdown.
The code is run by testthat (the TESTTHAT envvar is true).
TESTTHAT
true
vroom_progress()
# NOT RUN { vroom_progress() # }
Run the code above in your browser using DataLab