R on ARC: Difference between revisions
Jump to navigation
Jump to search
Ian.percel (talk | contribs) (Created page with "= Intro to R = = Installing R = = Job Submission for R Scripts =") |
|||
Line 1: | Line 1: | ||
= | = 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