Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jfin4 opened this issue Apr 17, 2024 · 0 comments
Open

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

jfin4 opened this issue Apr 17, 2024 · 0 comments

Comments

@jfin4
Copy link

jfin4 commented Apr 17, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant