DEV Community

Cover image for Rmackdown in vscode
Alexandro Disla
Alexandro Disla

Posted on

2

Rmackdown in vscode

https://marketplace.visualstudio.com/items?itemName=TianyiShi.rmarkdown

I always told peoples this: ” The R ecosystem is different then the MS office bundle of software”. We always assumed that we can only use the Rmarkdown super powers inside the Rstudio IDE. Wrong, Rmardown is just a file with the extension ’Rmd’. The R interpreter will know how to run the code inside of it. Even the knitr is a R function, acting as an api, that will communicate with pandoc and the LaTeX compiler. Now I can easily work with Rstudio and vscode on the same project.

Top comments (0)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay