Index of /examples/r/basic

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]hello.R 2021-03-18 23:43 271  
[TXT]rjob.qsub 2021-03-18 23:42 488  

RCS R Basic Example

Directory Structure

Notes

To view available R versions, execute:
[scc1 ] module spider R

To run R script at the command line:
[scc1 ] module load R/4.0.2 # select version of R
[scc1 ] Rscript hello.R # run R code

To submit a job:
[scc1 ] qsub rjob.qsub

CRAN links

Contact Information

Research Computing Services: help@scc.bu.edu

Note: RCS example programs are provided "as is" without any warranty of any kind. The user assumes the intire risk of quality, performance, and repair of any defect. You are welcome to copy and modify any of the given examples for your own use.