Update home authored by van Vliet's avatar van Vliet
...@@ -1570,6 +1570,8 @@ salloc: Job allocation 386499 has been revoked. ...@@ -1570,6 +1570,8 @@ salloc: Job allocation 386499 has been revoked.
#### Running a R script in batch mode #### Running a R script in batch mode
**First example**
HelloWorld.R HelloWorld.R
``` ```
print ("Hello world!") print ("Hello world!")
...@@ -1601,6 +1603,7 @@ Submitted batch job 386860 ...@@ -1601,6 +1603,7 @@ Submitted batch job 386860
[1] "Hello world!" [1] "Hello world!"
**Second example**
driver.R driver.R
``` ```
... ...
......