Skip to content

read_excel progress bar #243

Description

@bbrewington

It would be nice to have a progress bar like readr.

Here's the "show_progress" function from https://github.com/tidyverse/readr/blob/8d6a892b941948c96b6a5aa2ddb5b897492478e3/R/utils.R

show_progress <- function() {
!isTRUE(getOption("readr.show_progress")) || # user disables progress bar
!interactive() || # not an interactive session
!is.null(getOption("knitr.in.progress")) # Not actively knitting a document
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancement

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions