You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
Attempting to read a sheet from an xls file with the maximum 65,536 rows causes the following error in RStudio:
ERROR session hadabend; LOGGED FROM: rstudio::core::Error {anonymous}::rInit(const rstudio::r::session::RInitInfo&) /home/ubuntu/rstudio/src/cpp/session/SessionMain.cpp:563
Reading another sheet from the same file with around 40,000 rows causes no problems. I'm not sure at how many lines the issue occurs.
The same issue happens using read_using with FUN=read_excel. But reading the file locally using read_excel is fine with the maximum number of rows.
The text was updated successfully, but these errors were encountered: