When opening my project the project loads but crashes shortly after. Is there a way on the back end for you all to make my currently open rmd file have its code chunks not run? If so then I can remove the line that put my project in this mess (171).
Hello Taner,
I was able to reload the project, thank you!
The actual rmd I cannot load but I remade it locally without the problematic line of code and It works fine.
The issue was a plotly call where I tried to adjust bin size by doing,
xbins.size = 1
This made the browser crash due to code hang. It did the same thing when I was running on my local Rstudio application. so I will try and adjust bin size another way.