Run an R script

From the R prompt:

source('filename.R')

From the shell:

R filename.R

Tags: ,

Leave a Reply