bash-tutorial/tutorial/run_rscript.org

11 lines
217 B
Org Mode

#+options: toc:nil num:nil author:nil
* Run R scripts
Write the script and save it. Then go to the directory where the script
was saved and run this code from terminal
#+begin_src bash
Rscript script.R
#+end_src