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