Installation On linux sudo yum install -y epel-release sudo yum install R On Mac OS brew tap homebrew/science brew install r Read a csv file statsfile <- read.csv(file="stats.csv", head=FALSE, sep="|") Gets a summary summary(statsfile) List files dir()