Learn R Programming

readODS (version 2.3.6)

readODS_progress: Determine whether to show progress bar

Description

By default, readODS displays a progress bar unless one of the following is TRUE:

  • The progress is explicitly disabled by setting options(readODS.show_progress = FALSE).

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

  • The code is run by knitr / rmarkdown.

Usage

readODS_progress()

Arguments

Value

logical indicating whether to show progress