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
Title: Feature Request: Implement Output Insertion as Comments for Evaluated R Code
Description:
I propose adding a feature to vscode-R that allows users to evaluate selected R code and automatically insert the output as comments in the editor. This feature, inspired by a similar functionality in Nvim-R, would enhance the data analysis workflow by allowing immediate inspection and documentation of code outputs within the editor.
The point of running the code and getting output into the Rscript, is really Rscript/text based/focused data analysis cycle, it's a lot of faster than jupyter, and oftenly are done in an terminal environment. I have been using juyter and Rmarkdown, but it's more for situations where we need to present the data; for explorative data analysis, a plain Rscript is usually leaner and getting the job done faster.
ideas/suggestions on sending codes to R and wrap the output back into the editor (or even getting the output to the clipboard is helpful)
Title: Feature Request: Implement Output Insertion as Comments for Evaluated R Code
Description:
I propose adding a feature to vscode-R that allows users to evaluate selected R code and automatically insert the output as comments in the editor. This feature, inspired by a similar functionality in Nvim-R, would enhance the data analysis workflow by allowing immediate inspection and documentation of code outputs within the editor.
Reference:
Key Points:
Implementation Suggestion:
Impact:
This feature would streamline the R coding process in VS Code, making it more efficient for data analysis and similar tasks.
The text was updated successfully, but these errors were encountered: