vroom (version 1.6.5)

vroom_progress: Determine whether progress bars should be shown

Description

By default, vroom shows progress bars. However, progress reporting is suppressed if any of the following conditions hold:

  • The bar is explicitly disabled by setting the environment variable VROOM_SHOW_PROGRESS to "false".

  • The code is run in a non-interactive session, as determined by rlang::is_interactive().

  • The code is run in an RStudio notebook chunk, as determined by getOption("rstudio.notebook.executing").

Usage

vroom_progress()

Arguments

Examples

Run this code
vroom_progress()

Run the code above in your browser using DataLab