R on ARC: Difference between revisions

From RCSWiki
Jump to navigation Jump to search
(Created page with "= Intro to R = = Installing R = = Job Submission for R Scripts =")
 
Line 1: Line 1:
= Intro to R =
= General =


== Running R scripts from the command line ==
When you start R usual way you get into interactive R shell where you can type commands and get the results back.
Like this:
<pre>
$ module load R/3.6.2
$ R
</pre>


= Installing R =
= Installing R =

Revision as of 21:08, 7 May 2020

General

Running R scripts from the command line

When you start R usual way you get into interactive R shell where you can type commands and get the results back. Like this:

$ module load R/3.6.2

$ R



Installing R

Job Submission for R Scripts