|
|
|
|
|
by RobinL
820 days ago
|
|
It looks like, as far as I can tell, VS Code doesn't support the interactive window for working in R, which was a bit of a surprise to me when i looked it up. The python interactive window has pretty much fully replaced my use of jupyter, since it gives you notebook-style output without the annoyance of the notebook format. My usual workflow is highlighting lines of code and shift-enter to execute (there's also a cells syntax). I'm surprised by this because it _is_ possible to use R in Jupyter (although I never really liked the experience, R Studio was far superior). |
|
Yes it does.