/r

A collection of r scripts

Primary LanguageRMIT LicenseMIT

R scripts

A collection of R scripts

Execution

Most if not all of these scripts need the Rscript interpreter to run, for example

$ Rscript hello_world.r 
[1] "Hello World!"