DEV Community

Cover image for Rmackdown in vscode
Alexandro Disla
Alexandro Disla

Posted on

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)