|
|
|
|
|
by ellisv
820 days ago
|
|
> Instead of categorizing code by files, everything is shoved into massive files. That's not really RStudio's fault. It is just how many people use R and were taught. > code is run out-of-order which makes the code organization and flow of a program a complete disaster. In my experience, with R Markdown, this is untrue. I see Jupyter Notebooks with cells run out of order much more often. |
|