bash-tutorial/tutorial/run_rscript.org

11 lines
217 B
Org Mode
Raw Normal View History

2022-07-18 14:23:28 +02:00
#+options: toc:nil num:nil author:nil
2022-07-03 21:06:29 +02:00
* 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
2022-07-18 14:23:28 +02:00
Rscript script.R
2022-07-03 21:06:29 +02:00
#+end_src