Skip to content

Unexpected output when width option is greater than terminal width #744

@jfin4

Description

@jfin4

read_excel() outputs unexpected blank lines to console when progress argument evaluates to TRUE and width option is greater than terminal width.

foo <- read_excel("./Book1.xlsx") # works as expected
options(width = 140) # must be greater than console width
foo <- read_excel("./Book1.xlsx") # outputs three unexpected blank lines
foo <- read_excel("./Book1.xlsx", progress = FALSE) # still works as expected

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions