Running R on the command line using Rscript



examples/basics/hello_world.R
print("Hello World")

Rscript hello_world.R