Sublime Forum

Can I run R and shell script from Sublime Text?

#1

I have an analysis divided into two parts: one script working in linux and the next script (using the results from the shell script I wrote in Linux) working in R.

I also do not work those scripts on the command line of my laptop but on my terminal, using a VPN, I connect to the terminal on the server of my department. The same is for R Studio server which I connect to the server using VPN.

In linux (ubuntu) I use miniconda to create an environment which has specific tools and I do my analysis on that environment. In R I have various packages downloaded in R Studio Server which I use for my second part of my analysis.

I have downloaded Sublime Text on my MacBook.

I want to create a file on Sublime Text which contains both scripts in one file and it can run from there. Any suggestions on how to do that would be immensely appreciated.

0 Likes