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
I was having a ton of problems with read_excel crashing my Rstudio session. I googled around, tried the suggested methods of re-saving the excel in different tools, formats, or OS. Nothing worked.
Then, I tried to make a silly test in an Rscript to run it from the command line, to see if I got some additional output, and it simply worked flawlessly without crashing. From there, I found out that the culprit is having a mix of boolean and numeric values in the same column. Opening such excel crashes Rstudio, but works from command line giving a few warnings.
Might this help explain previous issues with these crashes?
I was having a ton of problems with read_excel crashing my Rstudio session. I googled around, tried the suggested methods of re-saving the excel in different tools, formats, or OS. Nothing worked.
Then, I tried to make a silly test in an Rscript to run it from the command line, to see if I got some additional output, and it simply worked flawlessly without crashing. From there, I found out that the culprit is having a mix of boolean and numeric values in the same column. Opening such excel crashes Rstudio, but works from command line giving a few warnings.
Might this help explain previous issues with these crashes?
Brief description of the problem
Running the "crash" chunk crashes Rstudio and gives this output in command line:
Running the "non-crash" chunk works fine in Rstudio and gives this output in command line:
sessionInfo()
The text was updated successfully, but these errors were encountered: