readODS_progress: Determine whether to show progress bar

View source: R/read_ods.R

readODS_progressR Documentation

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

Value

logical indicating whether to show progress


readODS documentation built on April 13, 2026, 9:07 a.m.