how to run R script

This commit is contained in:
Paul Trowbridge 2022-10-11 12:34:39 -04:00
parent 6dcf5b16ed
commit a3ff13b232
1 changed files with 3 additions and 0 deletions

3
r.md
View File

@ -40,3 +40,6 @@ for (i in dim1) {
}
}
```
to run a script from the command line
`R --vanilla < scriptfile.R`